Class InternetExplorerModeRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.admin.edge.internetexplorermode.InternetExplorerModeRequestBuilder
@Generated("com.microsoft.kiota")
public class InternetExplorerModeRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the internetExplorerMode property of the microsoft.graph.edge entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration for the request such as headers, query parameters, and middleware options.classA container for Internet Explorer mode resources.classConfiguration for the request such as headers, query parameters, and middleware options.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
ConstructorsConstructorDescriptionInternetExplorerModeRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newInternetExplorerModeRequestBuilderand sets the default values.InternetExplorerModeRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newInternetExplorerModeRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Delete navigation property internetExplorerMode for adminvoiddelete(Consumer<InternetExplorerModeRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property internetExplorerMode for adminget()A container for Internet Explorer mode resources.get(Consumer<InternetExplorerModeRequestBuilder.GetRequestConfiguration> requestConfiguration) A container for Internet Explorer mode resources.patch(InternetExplorerMode body) Update the navigation property internetExplorerMode in adminpatch(InternetExplorerMode body, Consumer<InternetExplorerModeRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property internetExplorerMode in adminProvides operations to manage the siteLists property of the microsoft.graph.internetExplorerMode entity.com.microsoft.kiota.RequestInformationDelete navigation property internetExplorerMode for admincom.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<InternetExplorerModeRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property internetExplorerMode for admincom.microsoft.kiota.RequestInformationA container for Internet Explorer mode resources.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<InternetExplorerModeRequestBuilder.GetRequestConfiguration> requestConfiguration) A container for Internet Explorer mode resources.com.microsoft.kiota.RequestInformationUpdate the navigation property internetExplorerMode in admincom.microsoft.kiota.RequestInformationtoPatchRequestInformation(InternetExplorerMode body, Consumer<InternetExplorerModeRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property internetExplorerMode in adminReturns a request builder with the provided arbitrary URL.
-
Constructor Details
-
InternetExplorerModeRequestBuilder
public InternetExplorerModeRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newInternetExplorerModeRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
InternetExplorerModeRequestBuilder
public InternetExplorerModeRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newInternetExplorerModeRequestBuilderand 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
-
siteLists
Provides operations to manage the siteLists property of the microsoft.graph.internetExplorerMode entity.- Returns:
- a
SiteListsRequestBuilder
-
delete
public void delete()Delete navigation property internetExplorerMode for admin- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
delete
public void delete(@Nullable Consumer<InternetExplorerModeRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property internetExplorerMode for admin- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
A container for Internet Explorer mode resources.- Returns:
- a
InternetExplorerMode - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public InternetExplorerMode get(@Nullable Consumer<InternetExplorerModeRequestBuilder.GetRequestConfiguration> requestConfiguration) A container for Internet Explorer mode resources.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
InternetExplorerMode - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
Update the navigation property internetExplorerMode in admin- Parameters:
body- The request body- Returns:
- a
InternetExplorerMode - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
@Nullable public InternetExplorerMode patch(@Nonnull InternetExplorerMode body, @Nullable Consumer<InternetExplorerModeRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property internetExplorerMode in admin- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
InternetExplorerMode - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete navigation property internetExplorerMode for admin- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<InternetExplorerModeRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property internetExplorerMode for admin- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()A container for Internet Explorer mode resources.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<InternetExplorerModeRequestBuilder.GetRequestConfiguration> requestConfiguration) A container for Internet Explorer mode resources.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull InternetExplorerMode body) Update the navigation property internetExplorerMode in admin- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull InternetExplorerMode body, @Nullable Consumer<InternetExplorerModeRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property internetExplorerMode in admin- Parameters:
body- The request bodyrequestConfiguration- 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
InternetExplorerModeRequestBuilder
-