public class CheckNameAvailabilityParameters extends Object
| Constructor and Description |
|---|
CheckNameAvailabilityParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name value.
|
String |
type()
Get the type value.
|
CheckNameAvailabilityParameters |
withName(String name)
Set the name value.
|
CheckNameAvailabilityParameters |
withType(String type)
Set the type value.
|
public String name()
public CheckNameAvailabilityParameters withName(String name)
name - the name value to setpublic String type()
public CheckNameAvailabilityParameters withType(String type)
type - the type value to setCopyright © 2019. All rights reserved.