Uses of Class
odata.msgraph.client.complex.CustomAppManagementConfiguration
-
Packages that use CustomAppManagementConfiguration Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of CustomAppManagementConfiguration in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return CustomAppManagementConfiguration Modifier and Type Method Description CustomAppManagementConfigurationCustomAppManagementConfiguration.Builder. build()CustomAppManagementConfigurationCustomAppManagementConfiguration. withUnmappedField(String name, Object value) -
Uses of CustomAppManagementConfiguration in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as CustomAppManagementConfiguration Modifier and Type Field Description protected CustomAppManagementConfigurationAppManagementPolicy. restrictionsMethods in odata.msgraph.client.entity that return types with arguments of type CustomAppManagementConfiguration Modifier and Type Method Description Optional<CustomAppManagementConfiguration>AppManagementPolicy. getRestrictions()Methods in odata.msgraph.client.entity with parameters of type CustomAppManagementConfiguration Modifier and Type Method Description AppManagementPolicy.BuilderAppManagementPolicy.Builder. restrictions(CustomAppManagementConfiguration restrictions)AppManagementPolicyAppManagementPolicy. withRestrictions(CustomAppManagementConfiguration restrictions)
-