Uses of Class
odata.msgraph.client.enums.ConditionalAccessDevicePlatform
-
Packages that use ConditionalAccessDevicePlatform Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of ConditionalAccessDevicePlatform in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type ConditionalAccessDevicePlatform Modifier and Type Field Description protected List<ConditionalAccessDevicePlatform>ConditionalAccessPlatforms. excludePlatformsprotected List<ConditionalAccessDevicePlatform>ConditionalAccessPlatforms. includePlatformsMethods in odata.msgraph.client.complex that return types with arguments of type ConditionalAccessDevicePlatform Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ConditionalAccessDevicePlatform>ConditionalAccessPlatforms. getExcludePlatforms()com.github.davidmoten.odata.client.CollectionPage<ConditionalAccessDevicePlatform>ConditionalAccessPlatforms. getExcludePlatforms(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<ConditionalAccessDevicePlatform>ConditionalAccessPlatforms. getIncludePlatforms()com.github.davidmoten.odata.client.CollectionPage<ConditionalAccessDevicePlatform>ConditionalAccessPlatforms. getIncludePlatforms(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type ConditionalAccessDevicePlatform Modifier and Type Method Description ConditionalAccessPlatforms.BuilderConditionalAccessPlatforms.Builder. excludePlatforms(ConditionalAccessDevicePlatform... excludePlatforms)ConditionalAccessPlatforms.BuilderConditionalAccessPlatforms.Builder. includePlatforms(ConditionalAccessDevicePlatform... includePlatforms)Method parameters in odata.msgraph.client.complex with type arguments of type ConditionalAccessDevicePlatform Modifier and Type Method Description ConditionalAccessPlatforms.BuilderConditionalAccessPlatforms.Builder. excludePlatforms(List<ConditionalAccessDevicePlatform> excludePlatforms)ConditionalAccessPlatforms.BuilderConditionalAccessPlatforms.Builder. includePlatforms(List<ConditionalAccessDevicePlatform> includePlatforms) -
Uses of ConditionalAccessDevicePlatform in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ConditionalAccessDevicePlatform Modifier and Type Method Description static ConditionalAccessDevicePlatformConditionalAccessDevicePlatform. valueOf(String name)Returns the enum constant of this type with the specified name.static ConditionalAccessDevicePlatform[]ConditionalAccessDevicePlatform. values()Returns an array containing the constants of this enum type, in the order they are declared.
-