public class ContactFolderRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<ContactFolder>
| Constructor and Description |
|---|
ContactFolderRequestBuilder(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 ContactFolder
|
| Modifier and Type | Method and Description |
|---|---|
ContactFolderRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
ContactFolderRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
ContactFolderCollectionRequestBuilder |
childFolders()
Gets a request builder for the ContactFolder collection
|
ContactFolderRequestBuilder |
childFolders(java.lang.String id)
Gets a request builder for the ContactFolder item
|
ContactCollectionRequestBuilder |
contacts()
Gets a request builder for the Contact collection
|
ContactRequestBuilder |
contacts(java.lang.String id)
Gets a request builder for the Contact item
|
MultiValueLegacyExtendedPropertyCollectionRequestBuilder |
multiValueExtendedProperties()
Gets a request builder for the MultiValueLegacyExtendedProperty collection
|
MultiValueLegacyExtendedPropertyRequestBuilder |
multiValueExtendedProperties(java.lang.String id)
Gets a request builder for the MultiValueLegacyExtendedProperty item
|
SingleValueLegacyExtendedPropertyCollectionRequestBuilder |
singleValueExtendedProperties()
Gets a request builder for the SingleValueLegacyExtendedProperty collection
|
SingleValueLegacyExtendedPropertyRequestBuilder |
singleValueExtendedProperties(java.lang.String id)
Gets a request builder for the SingleValueLegacyExtendedProperty item
|
public ContactFolderRequestBuilder(@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 ContactFolderRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public ContactFolderRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public ContactFolderCollectionRequestBuilder childFolders()
@Nonnull public ContactFolderRequestBuilder childFolders(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public ContactCollectionRequestBuilder contacts()
@Nonnull public ContactRequestBuilder contacts(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public MultiValueLegacyExtendedPropertyCollectionRequestBuilder multiValueExtendedProperties()
@Nonnull public MultiValueLegacyExtendedPropertyRequestBuilder multiValueExtendedProperties(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public SingleValueLegacyExtendedPropertyCollectionRequestBuilder singleValueExtendedProperties()
@Nonnull public SingleValueLegacyExtendedPropertyRequestBuilder singleValueExtendedProperties(@Nonnull java.lang.String id)
id - the item identifier