Class MicrosoftGraphLicenseProcessingState
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLicenseProcessingState
licenseProcessingState.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphLicenseProcessingState class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: licenseProcessingState.state()Get the state property: The state property.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: licenseProcessingState.Set the state property: The state property.
-
Constructor Details
-
MicrosoftGraphLicenseProcessingState
public MicrosoftGraphLicenseProcessingState()Creates an instance of MicrosoftGraphLicenseProcessingState class.
-
-
Method Details
-
state
Get the state property: The state property.- Returns:
- the state value.
-
withState
Set the state property: The state property.- Parameters:
state- the state value to set.- Returns:
- the MicrosoftGraphLicenseProcessingState object itself.
-
additionalProperties
Get the additionalProperties property: licenseProcessingState.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphLicenseProcessingState withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: licenseProcessingState.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphLicenseProcessingState object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-