MicrosoftGraphLicenseProcessingState Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLicenseProcessingState

Implements

public final class MicrosoftGraphLicenseProcessingState
implements JsonSerializable<MicrosoftGraphLicenseProcessingState>

licenseProcessingState.

Constructor Summary

Constructor Description
MicrosoftGraphLicenseProcessingState()

Creates an instance of MicrosoftGraphLicenseProcessingState class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: licenseProcessingState.

static MicrosoftGraphLicenseProcessingState fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphLicenseProcessingState from the JsonReader.

String state()

Get the state property: The state property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphLicenseProcessingState withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: licenseProcessingState.

MicrosoftGraphLicenseProcessingState withState(String state)

Set the state property: The state property.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphLicenseProcessingState

public MicrosoftGraphLicenseProcessingState()

Creates an instance of MicrosoftGraphLicenseProcessingState class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: licenseProcessingState.

Returns:

the additionalProperties value.

fromJson

public static MicrosoftGraphLicenseProcessingState fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphLicenseProcessingState from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

state

public String state()

Get the state property: The state property.

Returns:

the state value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphLicenseProcessingState withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: licenseProcessingState.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphLicenseProcessingState object itself.

withState

public MicrosoftGraphLicenseProcessingState withState(String state)

Set the state property: The state property.

Parameters:

state - the state value to set.

Returns:

the MicrosoftGraphLicenseProcessingState object itself.

Applies to