Package com.microsoft.graph.requests
Class PrinterRestoreFactoryDefaultsRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseActionRequestBuilder<Printer>
com.microsoft.graph.requests.PrinterRestoreFactoryDefaultsRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class PrinterRestoreFactoryDefaultsRequestBuilder
extends com.microsoft.graph.http.BaseActionRequestBuilder<Printer>
The class for the Printer Restore Factory Defaults Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionPrinterRestoreFactoryDefaultsRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this PrinterRestoreFactoryDefaults -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the PrinterRestoreFactoryDefaultsRequestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the PrinterRestoreFactoryDefaultsRequest with specific requestOptions instead of the existing requestOptionsMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
PrinterRestoreFactoryDefaultsRequestBuilder
public PrinterRestoreFactoryDefaultsRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this PrinterRestoreFactoryDefaults- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public PrinterRestoreFactoryDefaultsRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the PrinterRestoreFactoryDefaultsRequest- Parameters:
requestOptions- the options for the request- Returns:
- the PrinterRestoreFactoryDefaultsRequest instance
-
buildRequest
@Nonnull public PrinterRestoreFactoryDefaultsRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the PrinterRestoreFactoryDefaultsRequest with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for the request- Returns:
- the PrinterRestoreFactoryDefaultsRequest instance
-