OperationInner Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.implementation.OperationInner

public class OperationInner

A REST API operation.

Method Summary

Modifier and Type Method and Description
OperationDisplay 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.

OperationInner withDisplay(OperationDisplay display)

Set the display value.

OperationInner withIsDataAction(Boolean isDataAction)

Set indicates whether the operation is a data action.

OperationInner withName(String name)

Set this is of the format {provider}/{resource}/{operation}.

OperationInner withOrigin(String origin)

Set the origin value.

OperationInner withProperties(Object properties)

Set the properties value.

Method Details

display

public OperationDisplay display()

Get the display value.

Returns:

the display value

isDataAction

public Boolean isDataAction()

Get indicates whether the operation is a data action.

Returns:

the isDataAction value

name

public String name()

Get this is of the format {provider}/{resource}/{operation}.

Returns:

the name value

origin

public String origin()

Get the origin value.

Returns:

the origin value

properties

public Object properties()

Get the properties value.

Returns:

the properties value

withDisplay

public OperationInner withDisplay(OperationDisplay display)

Set the display value.

Parameters:

display - the display value to set

Returns:

the OperationInner object itself.

withIsDataAction

public OperationInner withIsDataAction(Boolean isDataAction)

Set indicates whether the operation is a data action.

Parameters:

isDataAction - the isDataAction value to set

Returns:

the OperationInner object itself.

withName

public OperationInner withName(String name)

Set this is of the format {provider}/{resource}/{operation}.

Parameters:

name - the name value to set

Returns:

the OperationInner object itself.

withOrigin

public OperationInner withOrigin(String origin)

Set the origin value.

Parameters:

origin - the origin value to set

Returns:

the OperationInner object itself.

withProperties

public OperationInner withProperties(Object properties)

Set the properties value.

Parameters:

properties - the properties value to set

Returns:

the OperationInner object itself.

Applies to