Uses of Class
odata.msgraph.client.beta.enums.ManagedAppFlaggedReason
-
Packages that use ManagedAppFlaggedReason Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ManagedAppFlaggedReason in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type ManagedAppFlaggedReason Modifier and Type Field Description protected List<ManagedAppFlaggedReason>ManagedAppRegistration. flaggedReasonsMethods in odata.msgraph.client.beta.entity that return types with arguments of type ManagedAppFlaggedReason Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ManagedAppFlaggedReason>ManagedAppRegistration. getFlaggedReasons()“Zero or more reasons an app registration is flagged.com.github.davidmoten.odata.client.CollectionPage<ManagedAppFlaggedReason>ManagedAppRegistration. getFlaggedReasons(com.github.davidmoten.odata.client.HttpRequestOptions options)“Zero or more reasons an app registration is flagged.Methods in odata.msgraph.client.beta.entity with parameters of type ManagedAppFlaggedReason Modifier and Type Method Description AndroidManagedAppRegistration.BuilderAndroidManagedAppRegistration.Builder. flaggedReasons(ManagedAppFlaggedReason... flaggedReasons)IosManagedAppRegistration.BuilderIosManagedAppRegistration.Builder. flaggedReasons(ManagedAppFlaggedReason... flaggedReasons)Method parameters in odata.msgraph.client.beta.entity with type arguments of type ManagedAppFlaggedReason Modifier and Type Method Description AndroidManagedAppRegistration.BuilderAndroidManagedAppRegistration.Builder. flaggedReasons(List<ManagedAppFlaggedReason> flaggedReasons)IosManagedAppRegistration.BuilderIosManagedAppRegistration.Builder. flaggedReasons(List<ManagedAppFlaggedReason> flaggedReasons)ManagedAppRegistrationManagedAppRegistration. withFlaggedReasons(List<ManagedAppFlaggedReason> flaggedReasons)Returns an immutable copy ofthiswith just theflaggedReasonsfield changed. -
Uses of ManagedAppFlaggedReason in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ManagedAppFlaggedReason Modifier and Type Method Description static ManagedAppFlaggedReasonManagedAppFlaggedReason. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedAppFlaggedReason[]ManagedAppFlaggedReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-