Package com.microsoft.graph.tenantrelationships.delegatedadmincustomers.item.servicemanagementdetails.item
Class DelegatedAdminServiceManagementDetailItemRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.tenantrelationships.delegatedadmincustomers.item.servicemanagementdetails.item.DelegatedAdminServiceManagementDetailItemRequestBuilder
@Generated("com.microsoft.kiota")
public class DelegatedAdminServiceManagementDetailItemRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the serviceManagementDetails property of the microsoft.graph.delegatedAdminCustomer entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration for the request such as headers, query parameters, and middleware options.classContains the management details of a service in the customer tenant that's managed by delegated administration.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
ConstructorsConstructorDescriptionDelegatedAdminServiceManagementDetailItemRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newDelegatedAdminServiceManagementDetailItemRequestBuilderand sets the default values.DelegatedAdminServiceManagementDetailItemRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newDelegatedAdminServiceManagementDetailItemRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Delete navigation property serviceManagementDetails for tenantRelationshipsvoiddelete(Consumer<DelegatedAdminServiceManagementDetailItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property serviceManagementDetails for tenantRelationshipsget()Contains the management details of a service in the customer tenant that's managed by delegated administration.get(Consumer<DelegatedAdminServiceManagementDetailItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Contains the management details of a service in the customer tenant that's managed by delegated administration.Update the navigation property serviceManagementDetails in tenantRelationshipspatch(DelegatedAdminServiceManagementDetail body, Consumer<DelegatedAdminServiceManagementDetailItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property serviceManagementDetails in tenantRelationshipscom.microsoft.kiota.RequestInformationDelete navigation property serviceManagementDetails for tenantRelationshipscom.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<DelegatedAdminServiceManagementDetailItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property serviceManagementDetails for tenantRelationshipscom.microsoft.kiota.RequestInformationContains the management details of a service in the customer tenant that's managed by delegated administration.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<DelegatedAdminServiceManagementDetailItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Contains the management details of a service in the customer tenant that's managed by delegated administration.com.microsoft.kiota.RequestInformationUpdate the navigation property serviceManagementDetails in tenantRelationshipscom.microsoft.kiota.RequestInformationtoPatchRequestInformation(DelegatedAdminServiceManagementDetail body, Consumer<DelegatedAdminServiceManagementDetailItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property serviceManagementDetails in tenantRelationshipsReturns a request builder with the provided arbitrary URL.
-
Constructor Details
-
DelegatedAdminServiceManagementDetailItemRequestBuilder
public DelegatedAdminServiceManagementDetailItemRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newDelegatedAdminServiceManagementDetailItemRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
DelegatedAdminServiceManagementDetailItemRequestBuilder
public DelegatedAdminServiceManagementDetailItemRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newDelegatedAdminServiceManagementDetailItemRequestBuilderand 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
-
delete
public void delete()Delete navigation property serviceManagementDetails for tenantRelationships- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
delete
public void delete(@Nullable Consumer<DelegatedAdminServiceManagementDetailItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property serviceManagementDetails for tenantRelationships- 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
Contains the management details of a service in the customer tenant that's managed by delegated administration.- Returns:
- a
DelegatedAdminServiceManagementDetail - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public DelegatedAdminServiceManagementDetail get(@Nullable Consumer<DelegatedAdminServiceManagementDetailItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Contains the management details of a service in the customer tenant that's managed by delegated administration.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
DelegatedAdminServiceManagementDetail - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
@Nullable public DelegatedAdminServiceManagementDetail patch(@Nonnull DelegatedAdminServiceManagementDetail body) Update the navigation property serviceManagementDetails in tenantRelationships- Parameters:
body- The request body- Returns:
- a
DelegatedAdminServiceManagementDetail - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
@Nullable public DelegatedAdminServiceManagementDetail patch(@Nonnull DelegatedAdminServiceManagementDetail body, @Nullable Consumer<DelegatedAdminServiceManagementDetailItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property serviceManagementDetails in tenantRelationships- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
DelegatedAdminServiceManagementDetail - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete navigation property serviceManagementDetails for tenantRelationships- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<DelegatedAdminServiceManagementDetailItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property serviceManagementDetails for tenantRelationships- 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()Contains the management details of a service in the customer tenant that's managed by delegated administration.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<DelegatedAdminServiceManagementDetailItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Contains the management details of a service in the customer tenant that's managed by delegated administration.- 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 DelegatedAdminServiceManagementDetail body) Update the navigation property serviceManagementDetails in tenantRelationships- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull DelegatedAdminServiceManagementDetail body, @Nullable Consumer<DelegatedAdminServiceManagementDetailItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property serviceManagementDetails in tenantRelationships- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
withUrl
@Nonnull public DelegatedAdminServiceManagementDetailItemRequestBuilder withUrl(@Nonnull String rawUrl) 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
DelegatedAdminServiceManagementDetailItemRequestBuilder
-