Freigeben über


ResourceProviderOperationDefinitionInner Class

  • java.lang.Object
    • com.azure.resourcemanager.confidentialledger.fluent.models.ResourceProviderOperationDefinitionInner

Implements

public final class ResourceProviderOperationDefinitionInner
implements JsonSerializable<ResourceProviderOperationDefinitionInner>

Describes the Resource Provider Operation.

Constructor Summary

Constructor Description
ResourceProviderOperationDefinitionInner()

Creates an instance of ResourceProviderOperationDefinitionInner class.

Method Summary

Modifier and Type Method and Description
ResourceProviderOperationDisplay display()

Get the display property: Details about the operations.

static ResourceProviderOperationDefinitionInner fromJson(JsonReader jsonReader)

Reads an instance of ResourceProviderOperationDefinitionInner from the JsonReader.

Boolean isDataAction()

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

String name()

Get the name property: Resource provider operation name.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ResourceProviderOperationDefinitionInner withDisplay(ResourceProviderOperationDisplay display)

Set the display property: Details about the operations.

ResourceProviderOperationDefinitionInner withIsDataAction(Boolean isDataAction)

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

ResourceProviderOperationDefinitionInner withName(String name)

Set the name property: Resource provider operation name.

Methods inherited from java.lang.Object

Constructor Details

ResourceProviderOperationDefinitionInner

public ResourceProviderOperationDefinitionInner()

Creates an instance of ResourceProviderOperationDefinitionInner class.

Method Details

display

public ResourceProviderOperationDisplay display()

Get the display property: Details about the operations.

Returns:

the display value.

fromJson

public static ResourceProviderOperationDefinitionInner fromJson(JsonReader jsonReader)

Reads an instance of ResourceProviderOperationDefinitionInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ResourceProviderOperationDefinitionInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ResourceProviderOperationDefinitionInner.

isDataAction

public Boolean isDataAction()

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

Returns:

the isDataAction value.

name

public String name()

Get the name property: Resource provider operation name.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withDisplay

public ResourceProviderOperationDefinitionInner withDisplay(ResourceProviderOperationDisplay display)

Set the display property: Details about the operations.

Parameters:

display - the display value to set.

Returns:

the ResourceProviderOperationDefinitionInner object itself.

withIsDataAction

public ResourceProviderOperationDefinitionInner withIsDataAction(Boolean isDataAction)

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

Parameters:

isDataAction - the isDataAction value to set.

Returns:

the ResourceProviderOperationDefinitionInner object itself.

withName

public ResourceProviderOperationDefinitionInner withName(String name)

Set the name property: Resource provider operation name.

Parameters:

name - the name value to set.

Returns:

the ResourceProviderOperationDefinitionInner object itself.

Applies to