Uses of Class
odata.msgraph.client.beta.enums.RestrictedAppsState
-
Packages that use RestrictedAppsState Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of RestrictedAppsState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as RestrictedAppsState Modifier and Type Field Description protected RestrictedAppsStateRestrictedAppsViolation. restrictedAppsStateMethods in odata.msgraph.client.beta.entity that return types with arguments of type RestrictedAppsState Modifier and Type Method Description Optional<RestrictedAppsState>RestrictedAppsViolation. getRestrictedAppsState()“Restricted apps state”Methods in odata.msgraph.client.beta.entity with parameters of type RestrictedAppsState Modifier and Type Method Description RestrictedAppsViolation.BuilderRestrictedAppsViolation.Builder. restrictedAppsState(RestrictedAppsState restrictedAppsState)“Restricted apps state”RestrictedAppsViolationRestrictedAppsViolation. withRestrictedAppsState(RestrictedAppsState restrictedAppsState)Returns an immutable copy ofthiswith just therestrictedAppsStatefield changed. -
Uses of RestrictedAppsState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RestrictedAppsState Modifier and Type Method Description static RestrictedAppsStateRestrictedAppsState. valueOf(String name)Returns the enum constant of this type with the specified name.static RestrictedAppsState[]RestrictedAppsState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-