OperationInner Class
- java.
lang. Object - com.
microsoft. azure. management. batch. implementation. OperationInner
- com.
public class OperationInner
A REST API operation.
Method Summary
Modifier and Type | Method and Description |
---|---|
Operation |
display()
Get the display value. |
Boolean |
isDataAction()
Get indicates whether the operation is a data action. |
String |
name()
Get this is of the format {provider}/{resource}/{operation}. |
String |
origin()
Get the origin value. |
Object |
properties()
Get the properties value. |
Operation |
withDisplay(OperationDisplay display)
Set the display value. |
Operation |
withIsDataAction(Boolean isDataAction)
Set indicates whether the operation is a data action. |
Operation |
withName(String name)
Set this is of the format {provider}/{resource}/{operation}. |
Operation |
withOrigin(String origin)
Set the origin value. |
Operation |
withProperties(Object properties)
Set the properties value. |
Method Details
display
public OperationDisplay display()
Get the display value.
Returns:
isDataAction
public Boolean isDataAction()
Get indicates whether the operation is a data action.
Returns:
name
public String name()
Get this is of the format {provider}/{resource}/{operation}.
Returns:
origin
public String origin()
Get the origin value.
Returns:
properties
public Object properties()
Get the properties value.
Returns:
withDisplay
public OperationInner withDisplay(OperationDisplay display)
Set the display value.
Parameters:
Returns:
withIsDataAction
public OperationInner withIsDataAction(Boolean isDataAction)
Set indicates whether the operation is a data action.
Parameters:
Returns:
withName
public OperationInner withName(String name)
Set this is of the format {provider}/{resource}/{operation}.
Parameters:
Returns:
withOrigin
public OperationInner withOrigin(String origin)
Set the origin value.
Parameters:
Returns:
withProperties
public OperationInner withProperties(Object properties)
Set the properties value.
Parameters:
Returns:
Applies to
Azure SDK for Java