Package com.microsoft.graph.serviceprincipals.item.synchronization.templates.item.schema.filteroperators
Class FilterOperatorsRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.serviceprincipals.item.synchronization.templates.item.schema.filteroperators.FilterOperatorsRequestBuilder
@Generated("com.microsoft.kiota")
public class FilterOperatorsRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to call the filterOperators method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassList all operators supported in the scoping filters.classConfiguration for the request such as headers, query parameters, and middleware options. -
Field Summary
Fields inherited from class com.microsoft.kiota.BaseRequestBuilder
pathParameters, requestAdapter, urlTemplate -
Constructor Summary
ConstructorsConstructorDescriptionFilterOperatorsRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newFilterOperatorsRequestBuilderand sets the default values.FilterOperatorsRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newFilterOperatorsRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionget()List all operators supported in the scoping filters.get(Consumer<FilterOperatorsRequestBuilder.GetRequestConfiguration> requestConfiguration) List all operators supported in the scoping filters.com.microsoft.kiota.RequestInformationList all operators supported in the scoping filters.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<FilterOperatorsRequestBuilder.GetRequestConfiguration> requestConfiguration) List all operators supported in the scoping filters.Returns a request builder with the provided arbitrary URL.
-
Constructor Details
-
FilterOperatorsRequestBuilder
public FilterOperatorsRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newFilterOperatorsRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
FilterOperatorsRequestBuilder
public FilterOperatorsRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newFilterOperatorsRequestBuilderand sets the default values.- Parameters:
rawUrl- The raw URL to use for the request builder.requestAdapter- The request adapter to use to execute the requests.
-
-
Method Details
-
get
List all operators supported in the scoping filters.- Returns:
- a
FilterOperatorsGetResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
get
@Nullable public FilterOperatorsGetResponse get(@Nullable Consumer<FilterOperatorsRequestBuilder.GetRequestConfiguration> requestConfiguration) List all operators supported in the scoping filters.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
FilterOperatorsGetResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()List all operators supported in the scoping filters.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<FilterOperatorsRequestBuilder.GetRequestConfiguration> requestConfiguration) List all operators supported in the scoping filters.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
withUrl
Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.- Parameters:
rawUrl- The raw URL to use for the request builder.- Returns:
- a
FilterOperatorsRequestBuilder
-