Uses of Class
odata.msgraph.client.beta.enums.TargetedManagedAppGroupType
-
Packages that use TargetedManagedAppGroupType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request odata.msgraph.client.beta.enums -
-
Uses of TargetedManagedAppGroupType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TargetedManagedAppGroupType Modifier and Type Field Description protected TargetedManagedAppGroupTypeTargetedManagedAppConfiguration. appGroupTypeprotected TargetedManagedAppGroupTypeTargetedManagedAppProtection. appGroupTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type TargetedManagedAppGroupType Modifier and Type Method Description Optional<TargetedManagedAppGroupType>TargetedManagedAppConfiguration. getAppGroupType()“Public Apps selection: group or individual”Optional<TargetedManagedAppGroupType>TargetedManagedAppProtection. getAppGroupType()“Public Apps selection: group or individual”Methods in odata.msgraph.client.beta.entity with parameters of type TargetedManagedAppGroupType Modifier and Type Method Description AndroidManagedAppProtection.BuilderAndroidManagedAppProtection.Builder. appGroupType(TargetedManagedAppGroupType appGroupType)IosManagedAppProtection.BuilderIosManagedAppProtection.Builder. appGroupType(TargetedManagedAppGroupType appGroupType)TargetedManagedAppConfiguration.BuilderTargetedManagedAppConfiguration.Builder. appGroupType(TargetedManagedAppGroupType appGroupType)“Public Apps selection: group or individual”com.github.davidmoten.odata.client.ActionRequestNoReturnTargetedManagedAppConfiguration. targetApps(List<ManagedMobileApp> apps, TargetedManagedAppGroupType appGroupType)com.github.davidmoten.odata.client.ActionRequestNoReturnTargetedManagedAppProtection. targetApps(List<ManagedMobileApp> apps, TargetedManagedAppGroupType appGroupType)TargetedManagedAppConfigurationTargetedManagedAppConfiguration. withAppGroupType(TargetedManagedAppGroupType appGroupType)Returns an immutable copy ofthiswith just theappGroupTypefield changed.TargetedManagedAppProtectionTargetedManagedAppProtection. withAppGroupType(TargetedManagedAppGroupType appGroupType)Returns an immutable copy ofthiswith just theappGroupTypefield changed. -
Uses of TargetedManagedAppGroupType in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request with parameters of type TargetedManagedAppGroupType Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnTargetedManagedAppConfigurationRequest. targetApps(List<ManagedMobileApp> apps, TargetedManagedAppGroupType appGroupType)com.github.davidmoten.odata.client.ActionRequestNoReturnTargetedManagedAppProtectionRequest. targetApps(List<ManagedMobileApp> apps, TargetedManagedAppGroupType appGroupType) -
Uses of TargetedManagedAppGroupType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return TargetedManagedAppGroupType Modifier and Type Method Description static TargetedManagedAppGroupTypeTargetedManagedAppGroupType. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetedManagedAppGroupType[]TargetedManagedAppGroupType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-