Uses of Class
odata.msgraph.client.complex.LicenseProcessingState
-
Packages that use LicenseProcessingState Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of LicenseProcessingState in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return LicenseProcessingState Modifier and Type Method Description LicenseProcessingStateLicenseProcessingState.Builder. build()LicenseProcessingStateLicenseProcessingState. withState(String state)LicenseProcessingStateLicenseProcessingState. withUnmappedField(String name, String value) -
Uses of LicenseProcessingState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as LicenseProcessingState Modifier and Type Field Description protected LicenseProcessingStateGroup. licenseProcessingStateMethods in odata.msgraph.client.entity that return types with arguments of type LicenseProcessingState Modifier and Type Method Description Optional<LicenseProcessingState>Group. getLicenseProcessingState()Methods in odata.msgraph.client.entity with parameters of type LicenseProcessingState Modifier and Type Method Description Group.BuilderGroup.Builder. licenseProcessingState(LicenseProcessingState licenseProcessingState)GroupGroup. withLicenseProcessingState(LicenseProcessingState licenseProcessingState)
-