Uses of Class
odata.msgraph.client.beta.enums.FilterMode
-
Packages that use FilterMode Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of FilterMode in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as FilterMode Modifier and Type Field Description protected FilterModeConditionalAccessFilter. modeMethods in odata.msgraph.client.beta.complex that return types with arguments of type FilterMode Modifier and Type Method Description Optional<FilterMode>ConditionalAccessFilter. getMode()Methods in odata.msgraph.client.beta.complex with parameters of type FilterMode Modifier and Type Method Description ConditionalAccessFilter.BuilderConditionalAccessFilter.Builder. mode(FilterMode mode)ConditionalAccessFilterConditionalAccessFilter. withMode(FilterMode mode) -
Uses of FilterMode in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return FilterMode Modifier and Type Method Description static FilterModeFilterMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterMode[]FilterMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-