OperationDisplay Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.OperationDisplay

public class OperationDisplay

The object that represents the operation.

Method Summary

Modifier and Type Method and Description
String operation()

Get the operation value.

String provider()

Get the provider value.

String resource()

Get the resource value.

OperationDisplay withOperation(String operation)

Set the operation value.

OperationDisplay withProvider(String provider)

Set the provider value.

OperationDisplay withResource(String resource)

Set the resource value.

Method Details

operation

public String operation()

Get the operation value.

Returns:

the operation value

provider

public String provider()

Get the provider value.

Returns:

the provider value

resource

public String resource()

Get the resource value.

Returns:

the resource value

withOperation

public OperationDisplay withOperation(String operation)

Set the operation value.

Parameters:

operation - the operation value to set

Returns:

the OperationDisplay object itself.

withProvider

public OperationDisplay withProvider(String provider)

Set the provider value.

Parameters:

provider - the provider value to set

Returns:

the OperationDisplay object itself.

withResource

public OperationDisplay withResource(String resource)

Set the resource value.

Parameters:

resource - the resource value to set

Returns:

the OperationDisplay object itself.

Applies to