Package com.microsoft.graph.requests
Class TenantRelationshipRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<TenantRelationship>
com.microsoft.graph.requests.TenantRelationshipRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class TenantRelationshipRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<TenantRelationship>
The class for the Tenant Relationship Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionTenantRelationshipRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the TenantRelationship -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsGets a request builder for the DelegatedAdminCustomer collectionGets a request builder for the DelegatedAdminCustomer itemGets a request builder for the DelegatedAdminRelationship collectionGets a request builder for the DelegatedAdminRelationship itemfindTenantInformationByDomainName(TenantRelationshipFindTenantInformationByDomainNameParameterSet parameters) Gets a builder to execute the methodfindTenantInformationByTenantId(TenantRelationshipFindTenantInformationByTenantIdParameterSet parameters) Gets a builder to execute the methodMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
TenantRelationshipRequestBuilder
public TenantRelationshipRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the TenantRelationship- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public TenantRelationshipRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the TenantRelationshipRequest instance
-
buildRequest
@Nonnull public TenantRelationshipRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for this request- Returns:
- the TenantRelationshipRequest instance
-
delegatedAdminCustomers
Gets a request builder for the DelegatedAdminCustomer collection- Returns:
- the collection request builder
-
delegatedAdminCustomers
Gets a request builder for the DelegatedAdminCustomer item- Parameters:
id- the item identifier- Returns:
- the request builder
-
delegatedAdminRelationships
Gets a request builder for the DelegatedAdminRelationship collection- Returns:
- the collection request builder
-
delegatedAdminRelationships
@Nonnull public DelegatedAdminRelationshipRequestBuilder delegatedAdminRelationships(@Nonnull String id) Gets a request builder for the DelegatedAdminRelationship item- Parameters:
id- the item identifier- Returns:
- the request builder
-
findTenantInformationByDomainName
@Nonnull public TenantRelationshipFindTenantInformationByDomainNameRequestBuilder findTenantInformationByDomainName(@Nonnull TenantRelationshipFindTenantInformationByDomainNameParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
findTenantInformationByTenantId
@Nonnull public TenantRelationshipFindTenantInformationByTenantIdRequestBuilder findTenantInformationByTenantId(@Nonnull TenantRelationshipFindTenantInformationByTenantIdParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-