ProviderOperation Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. models. ProviderOperation
- com.
Implements
public final class ProviderOperation
implements JsonSerializable<ProviderOperation>
Operation.
Constructor Summary
Constructor | Description |
---|---|
ProviderOperation() |
Creates an instance of Provider |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description property: The operation description. |
String |
displayName()
Get the display |
static
Provider |
fromJson(JsonReader jsonReader)
Reads an instance of Provider |
Boolean |
isDataAction()
Get the is |
String |
name()
Get the name property: The operation name. |
String |
origin()
Get the origin property: The operation origin. |
Object |
properties()
Get the properties property: The operation properties. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Provider |
withDescription(String description)
Set the description property: The operation description. |
Provider |
withDisplayName(String displayName)
Set the display |
Provider |
withIsDataAction(Boolean isDataAction)
Set the is |
Provider |
withName(String name)
Set the name property: The operation name. |
Provider |
withOrigin(String origin)
Set the origin property: The operation origin. |
Provider |
withProperties(Object properties)
Set the properties property: The operation properties. |
Methods inherited from java.lang.Object
Constructor Details
ProviderOperation
public ProviderOperation()
Creates an instance of ProviderOperation class.
Method Details
description
public String description()
Get the description property: The operation description.
Returns:
displayName
public String displayName()
Get the displayName property: The operation display name.
Returns:
fromJson
public static ProviderOperation fromJson(JsonReader jsonReader)
Reads an instance of ProviderOperation from the JsonReader.
Parameters:
Returns:
Throws:
isDataAction
public Boolean isDataAction()
Get the isDataAction property: The dataAction flag to specify the operation type.
Returns:
name
public String name()
Get the name property: The operation name.
Returns:
origin
public String origin()
Get the origin property: The operation origin.
Returns:
properties
public Object properties()
Get the properties property: The operation properties.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDescription
public ProviderOperation withDescription(String description)
Set the description property: The operation description.
Parameters:
Returns:
withDisplayName
public ProviderOperation withDisplayName(String displayName)
Set the displayName property: The operation display name.
Parameters:
Returns:
withIsDataAction
public ProviderOperation withIsDataAction(Boolean isDataAction)
Set the isDataAction property: The dataAction flag to specify the operation type.
Parameters:
Returns:
withName
public ProviderOperation withName(String name)
Set the name property: The operation name.
Parameters:
Returns:
withOrigin
public ProviderOperation withOrigin(String origin)
Set the origin property: The operation origin.
Parameters:
Returns:
withProperties
public ProviderOperation withProperties(Object properties)
Set the properties property: The operation properties.
Parameters:
Returns:
Applies to
Azure SDK for Java