Uses of Class
odata.msgraph.client.beta.enums.AssignmentFilterOperator
-
Packages that use AssignmentFilterOperator Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of AssignmentFilterOperator in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type AssignmentFilterOperator Modifier and Type Field Description protected List<AssignmentFilterOperator>AssignmentFilterSupportedProperty. supportedOperatorsMethods in odata.msgraph.client.beta.complex that return types with arguments of type AssignmentFilterOperator Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AssignmentFilterOperator>AssignmentFilterSupportedProperty. getSupportedOperators()“List of all supported operators on this property.”com.github.davidmoten.odata.client.CollectionPage<AssignmentFilterOperator>AssignmentFilterSupportedProperty. getSupportedOperators(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of all supported operators on this property.”Methods in odata.msgraph.client.beta.complex with parameters of type AssignmentFilterOperator Modifier and Type Method Description AssignmentFilterSupportedProperty.BuilderAssignmentFilterSupportedProperty.Builder. supportedOperators(AssignmentFilterOperator... supportedOperators)“List of all supported operators on this property.”Method parameters in odata.msgraph.client.beta.complex with type arguments of type AssignmentFilterOperator Modifier and Type Method Description AssignmentFilterSupportedProperty.BuilderAssignmentFilterSupportedProperty.Builder. supportedOperators(List<AssignmentFilterOperator> supportedOperators)“List of all supported operators on this property.” -
Uses of AssignmentFilterOperator in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AssignmentFilterOperator Modifier and Type Method Description static AssignmentFilterOperatorAssignmentFilterOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static AssignmentFilterOperator[]AssignmentFilterOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-