public class AgreementRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<Agreement>
Constructor and Description |
---|
AgreementRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for the Agreement
|
Modifier and Type | Method and Description |
---|---|
AgreementAcceptanceCollectionRequestBuilder |
acceptances()
Gets a request builder for the AgreementAcceptance collection
|
AgreementAcceptanceRequestBuilder |
acceptances(java.lang.String id)
Gets a request builder for the AgreementAcceptance item
|
AgreementRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
AgreementRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
AgreementFileRequestBuilder |
file()
Gets the request builder for AgreementFile
|
AgreementFileLocalizationCollectionRequestBuilder |
files()
Gets a request builder for the AgreementFileLocalization collection
|
AgreementFileLocalizationRequestBuilder |
files(java.lang.String id)
Gets a request builder for the AgreementFileLocalization item
|
public AgreementRequestBuilder(@Nonnull java.lang.String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request@Nonnull public AgreementRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions
- the options for this request@Nonnull public AgreementRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions
- the options for this request@Nonnull public AgreementAcceptanceCollectionRequestBuilder acceptances()
@Nonnull public AgreementAcceptanceRequestBuilder acceptances(@Nonnull java.lang.String id)
id
- the item identifier@Nonnull public AgreementFileRequestBuilder file()
@Nonnull public AgreementFileLocalizationCollectionRequestBuilder files()
@Nonnull public AgreementFileLocalizationRequestBuilder files(@Nonnull java.lang.String id)
id
- the item identifier