Uses of Class
odata.msgraph.client.beta.enums.ApplicationType
-
Packages that use ApplicationType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ApplicationType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ApplicationType Modifier and Type Field Description protected ApplicationTypeWindowsInformationProtectionAppLearningSummary. applicationTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type ApplicationType Modifier and Type Method Description Optional<ApplicationType>WindowsInformationProtectionAppLearningSummary. getApplicationType()“Application Type”Methods in odata.msgraph.client.beta.entity with parameters of type ApplicationType Modifier and Type Method Description WindowsInformationProtectionAppLearningSummary.BuilderWindowsInformationProtectionAppLearningSummary.Builder. applicationType(ApplicationType applicationType)“Application Type”WindowsInformationProtectionAppLearningSummaryWindowsInformationProtectionAppLearningSummary. withApplicationType(ApplicationType applicationType)Returns an immutable copy ofthiswith just theapplicationTypefield changed. -
Uses of ApplicationType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ApplicationType Modifier and Type Method Description static ApplicationTypeApplicationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationType[]ApplicationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-