ProviderOperation Class

  • java.lang.Object
    • com.microsoft.azure.management.graphrbac.ProviderOperation

public class ProviderOperation

Operation.

Method Summary

Modifier and Type Method and Description
String description()

Get the description value.

String displayName()

Get the displayName value.

String name()

Get the name value.

String origin()

Get the origin value.

Object properties()

Get the properties value.

ProviderOperation withDescription(String description)

Set the description value.

ProviderOperation withDisplayName(String displayName)

Set the displayName value.

ProviderOperation withName(String name)

Set the name value.

ProviderOperation withOrigin(String origin)

Set the origin value.

ProviderOperation withProperties(Object properties)

Set the properties value.

Method Details

description

public String description()

Get the description value.

Returns:

the description value

displayName

public String displayName()

Get the displayName value.

Returns:

the displayName value

name

public String name()

Get the name value.

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

withDescription

public ProviderOperation withDescription(String description)

Set the description value.

Parameters:

description - the description value to set

Returns:

the ProviderOperation object itself.

withDisplayName

public ProviderOperation withDisplayName(String displayName)

Set the displayName value.

Parameters:

displayName - the displayName value to set

Returns:

the ProviderOperation object itself.

withName

public ProviderOperation withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ProviderOperation object itself.

withOrigin

public ProviderOperation withOrigin(String origin)

Set the origin value.

Parameters:

origin - the origin value to set

Returns:

the ProviderOperation object itself.

withProperties

public ProviderOperation withProperties(Object properties)

Set the properties value.

Parameters:

properties - the properties value to set

Returns:

the ProviderOperation object itself.

Applies to