Package com.microsoft.graph.http
Interface IRequestBuilder
- All Known Implementing Classes:
BaseActionCollectionRequestBuilder,BaseActionRequestBuilder,BaseCollectionReferenceRequestBuilder,BaseCollectionRequestBuilder,BaseCollectionWithReferencesRequestBuilder,BaseFunctionCollectionRequestBuilder,BaseFunctionRequestBuilder,BaseReferenceRequestBuilder,BaseRequestBuilder,BaseWithReferenceRequestBuilder,BatchRequestBuilder,CustomRequestBuilder,PrimitiveRequestBuilder
public interface IRequestBuilder
Builder for a request
-
Method Summary
Modifier and TypeMethodDescriptionIBaseClient<?>Gets the client for this request builderGets the request URLgetRequestUrlWithAdditionalSegment(String urlSegment)Gets the request URL with an additional segment
-
Method Details
-
getClient
Gets the client for this request builder- Returns:
- the client for this request builder
-
getRequestUrl
Gets the request URL- Returns:
- the request URL
-
getRequestUrlWithAdditionalSegment
Gets the request URL with an additional segment- Parameters:
urlSegment- the segment to add to the URL- Returns:
- the new request URL
-