ProviderOperationsMetadataInner Class

public final class ProviderOperationsMetadataInner
extends SettableResource

Provider Operations metadata.

Method Summary

Modifier and Type Method and Description
String displayName()

Get the displayName property: The provider display name.

static ProviderOperationsMetadataInner fromJson(JsonReader jsonReader)

Reads an instance of ProviderOperationsMetadataInner from the JsonReader.

String id()

Get the id property: The provider ID.

String name()

Get the name property: The provider name.

List<ProviderOperation> operations()

Get the operations property: The provider operations.

List<ResourceType> resourceTypes()

Get the resourceTypes property: The provider resource types.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The provider type.

void validate()

Validates the instance.

Methods inherited from SettableResource

Methods inherited from java.lang.Object

Method Details

displayName

public String displayName()

Get the displayName property: The provider display name.

Returns:

the displayName value.

fromJson

public static ProviderOperationsMetadataInner fromJson(JsonReader jsonReader)

Reads an instance of ProviderOperationsMetadataInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ProviderOperationsMetadataInner 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 ProviderOperationsMetadataInner.

id

public String id()

Get the id property: The provider ID.

Overrides:

ProviderOperationsMetadataInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The provider name.

Overrides:

ProviderOperationsMetadataInner.name()

Returns:

the name value.

operations

public List<ProviderOperation> operations()

Get the operations property: The provider operations.

Returns:

the operations value.

resourceTypes

public List<ResourceType> resourceTypes()

Get the resourceTypes property: The provider resource types.

Returns:

the resourceTypes value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ProviderOperationsMetadataInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The provider type.

Overrides:

ProviderOperationsMetadataInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

ProviderOperationsMetadataInner.validate()

Applies to