MicrosoftGraphLicenseProcessingState Class

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

public final class 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.

String state()

Get the state property: The state property.

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.

state

public String state()

Get the state property: The state property.

Returns:

the state value.

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