OperationResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.servicefabric.fluent.models.OperationResultInner

public final class OperationResultInner

Available operation list result.

Constructor Summary

Constructor Description
OperationResultInner()

Creates an instance of OperationResultInner class.

Method Summary

Modifier and Type Method and Description
AvailableOperationDisplay display()

Get the display property: The object that represents the operation.

Boolean isDataAction()

Get the isDataAction property: Indicates whether the operation is a data action.

String name()

Get the name property: The name of the operation.

String nextLink()

Get the nextLink property: The URL to use for getting the next set of results.

String origin()

Get the origin property: Origin result.

void validate()

Validates the instance.

OperationResultInner withDisplay(AvailableOperationDisplay display)

Set the display property: The object that represents the operation.

OperationResultInner withIsDataAction(Boolean isDataAction)

Set the isDataAction property: Indicates whether the operation is a data action.

OperationResultInner withName(String name)

Set the name property: The name of the operation.

OperationResultInner withNextLink(String nextLink)

Set the nextLink property: The URL to use for getting the next set of results.

OperationResultInner withOrigin(String origin)

Set the origin property: Origin result.

Methods inherited from java.lang.Object

Constructor Details

OperationResultInner

public OperationResultInner()

Creates an instance of OperationResultInner class.

Method Details

display

public AvailableOperationDisplay display()

Get the display property: The object that represents the operation.

Returns:

the display value.

isDataAction

public Boolean isDataAction()

Get the isDataAction property: Indicates whether the operation is a data action.

Returns:

the isDataAction value.

name

public String name()

Get the name property: The name of the operation.

Returns:

the name value.

nextLink

public String nextLink()

Get the nextLink property: The URL to use for getting the next set of results.

Returns:

the nextLink value.

origin

public String origin()

Get the origin property: Origin result.

Returns:

the origin value.

validate

public void validate()

Validates the instance.

withDisplay

public OperationResultInner withDisplay(AvailableOperationDisplay display)

Set the display property: The object that represents the operation.

Parameters:

display - the display value to set.

Returns:

the OperationResultInner object itself.

withIsDataAction

public OperationResultInner withIsDataAction(Boolean isDataAction)

Set the isDataAction property: Indicates whether the operation is a data action.

Parameters:

isDataAction - the isDataAction value to set.

Returns:

the OperationResultInner object itself.

withName

public OperationResultInner withName(String name)

Set the name property: The name of the operation.

Parameters:

name - the name value to set.

Returns:

the OperationResultInner object itself.

withNextLink

public OperationResultInner withNextLink(String nextLink)

Set the nextLink property: The URL to use for getting the next set of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the OperationResultInner object itself.

withOrigin

public OperationResultInner withOrigin(String origin)

Set the origin property: Origin result.

Parameters:

origin - the origin value to set.

Returns:

the OperationResultInner object itself.

Applies to