public class ContentTypeRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<ContentType>
| Constructor and Description |
|---|
ContentTypeRequestBuilder(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 ContentType
|
| Modifier and Type | Method and Description |
|---|---|
ContentTypeRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
ContentTypeRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
ColumnLinkCollectionRequestBuilder |
columnLinks()
Gets a request builder for the ColumnLink collection
|
ColumnLinkRequestBuilder |
columnLinks(java.lang.String id)
Gets a request builder for the ColumnLink item
|
public ContentTypeRequestBuilder(@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 ContentTypeRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public ContentTypeRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public ColumnLinkCollectionRequestBuilder columnLinks()
@Nonnull public ColumnLinkRequestBuilder columnLinks(@Nonnull java.lang.String id)
id - the item identifier