Uses of Class
odata.msgraph.client.beta.enums.ApplicationMode
-
Packages that use ApplicationMode Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ApplicationMode in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ApplicationMode Modifier and Type Field Description protected ApplicationModeCurrentLabel. applicationModeprotected ApplicationModeMatchingLabel. applicationModeMethods in odata.msgraph.client.beta.complex that return types with arguments of type ApplicationMode Modifier and Type Method Description Optional<ApplicationMode>CurrentLabel. getApplicationMode()Optional<ApplicationMode>MatchingLabel. getApplicationMode()Methods in odata.msgraph.client.beta.complex with parameters of type ApplicationMode Modifier and Type Method Description CurrentLabel.BuilderCurrentLabel.Builder. applicationMode(ApplicationMode applicationMode)MatchingLabel.BuilderMatchingLabel.Builder. applicationMode(ApplicationMode applicationMode)CurrentLabelCurrentLabel. withApplicationMode(ApplicationMode applicationMode)MatchingLabelMatchingLabel. withApplicationMode(ApplicationMode applicationMode) -
Uses of ApplicationMode in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ApplicationMode Modifier and Type Field Description protected ApplicationModeSensitivityLabel. applicationModeMethods in odata.msgraph.client.beta.entity that return types with arguments of type ApplicationMode Modifier and Type Method Description Optional<ApplicationMode>SensitivityLabel. getApplicationMode()Methods in odata.msgraph.client.beta.entity with parameters of type ApplicationMode Modifier and Type Method Description SensitivityLabel.BuilderSensitivityLabel.Builder. applicationMode(ApplicationMode applicationMode)SensitivityLabelSensitivityLabel. withApplicationMode(ApplicationMode applicationMode) -
Uses of ApplicationMode in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ApplicationMode Modifier and Type Method Description static ApplicationModeApplicationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationMode[]ApplicationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-