CheckNameAvailabilityInput Class
- java.
lang. Object - com.
microsoft. azure. management. search. CheckNameAvailabilityInput
- com.
public class CheckNameAvailabilityInput
Input of check name availability API.
Constructor Summary
Constructor | Description |
---|---|
CheckNameAvailabilityInput() |
Creates an instance of CheckNameAvailabilityInput class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the name value. |
String |
type()
Get the type value. |
Check |
withName(String name)
Set the name value. |
Check |
withType(String type)
Set the type value. |
Constructor Details
CheckNameAvailabilityInput
public CheckNameAvailabilityInput()
Creates an instance of CheckNameAvailabilityInput class.
Method Details
name
public String name()
Get the name value.
Returns:
type
public String type()
Get the type value.
Returns:
withName
public CheckNameAvailabilityInput withName(String name)
Set the name value.
Parameters:
Returns:
withType
public CheckNameAvailabilityInput withType(String type)
Set the type value.
Parameters:
Returns: