OperationDetailInner Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. fluent. models. OperationDetailInner
- com.
Implements
public final class OperationDetailInner
implements JsonSerializable<OperationDetailInner>
Operation detail payload.
Constructor Summary
Constructor | Description |
---|---|
OperationDetailInner() |
Creates an instance of Operation |
Method Summary
Modifier and Type | Method and Description |
---|---|
Action |
actionType()
Get the action |
Operation |
display()
Get the display property: Display of the operation. |
static
Operation |
fromJson(JsonReader jsonReader)
Reads an instance of Operation |
Boolean |
isDataAction()
Get the is |
String |
name()
Get the name property: Name of the operation. |
String |
origin()
Get the origin property: Origin of the operation. |
Operation |
properties()
Get the properties property: Properties of the operation. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Operation |
withDisplay(OperationDisplay display)
Set the display property: Display of the operation. |
Operation |
withIsDataAction(Boolean isDataAction)
Set the is |
Operation |
withName(String name)
Set the name property: Name of the operation. |
Operation |
withOrigin(String origin)
Set the origin property: Origin of the operation. |
Operation |
withProperties(OperationProperties properties)
Set the properties property: Properties of the operation. |
Methods inherited from java.lang.Object
Constructor Details
OperationDetailInner
public OperationDetailInner()
Creates an instance of OperationDetailInner class.
Method Details
actionType
public ActionType actionType()
Get the actionType property: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
Returns:
display
public OperationDisplay display()
Get the display property: Display of the operation.
Returns:
fromJson
public static OperationDetailInner fromJson(JsonReader jsonReader)
Reads an instance of OperationDetailInner from the JsonReader.
Parameters:
Returns:
Throws:
isDataAction
public Boolean isDataAction()
Get the isDataAction property: Indicates whether the operation is a data action.
Returns:
name
public String name()
Get the name property: Name of the operation.
Returns:
origin
public String origin()
Get the origin property: Origin of the operation.
Returns:
properties
public OperationProperties properties()
Get the properties property: Properties of the operation.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDisplay
public OperationDetailInner withDisplay(OperationDisplay display)
Set the display property: Display of the operation.
Parameters:
Returns:
withIsDataAction
public OperationDetailInner withIsDataAction(Boolean isDataAction)
Set the isDataAction property: Indicates whether the operation is a data action.
Parameters:
Returns:
withName
public OperationDetailInner withName(String name)
Set the name property: Name of the operation.
Parameters:
Returns:
withOrigin
public OperationDetailInner withOrigin(String origin)
Set the origin property: Origin of the operation.
Parameters:
Returns:
withProperties
public OperationDetailInner withProperties(OperationProperties properties)
Set the properties property: Properties of the operation.
Parameters:
Returns:
Applies to
Azure SDK for Java