Package com.microsoft.graph.requests
Class ContactFolderRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<ContactFolder>
com.microsoft.graph.requests.ContactFolderRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class ContactFolderRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<ContactFolder>
The class for the Contact Folder Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionContactFolderRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the ContactFolder -
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 ContactFolder collectionchildFolders
(String id) Gets a request builder for the ContactFolder itemcontacts()
Gets a request builder for the Contact collectionGets a request builder for the Contact itemGets a request builder for the MultiValueLegacyExtendedProperty collectionGets a request builder for the MultiValueLegacyExtendedProperty itemGets a request builder for the SingleValueLegacyExtendedProperty collectionGets a request builder for the SingleValueLegacyExtendedProperty itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
ContactFolderRequestBuilder
public ContactFolderRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the ContactFolder- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public ContactFolderRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions
- the options for this request- Returns:
- the ContactFolderRequest instance
-
buildRequest
@Nonnull public ContactFolderRequest 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 ContactFolderRequest instance
-
childFolders
Gets a request builder for the ContactFolder collection- Returns:
- the collection request builder
-
childFolders
Gets a request builder for the ContactFolder item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
contacts
Gets a request builder for the Contact collection- Returns:
- the collection request builder
-
contacts
Gets a request builder for the Contact item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
multiValueExtendedProperties
@Nonnull public MultiValueLegacyExtendedPropertyCollectionRequestBuilder multiValueExtendedProperties()Gets a request builder for the MultiValueLegacyExtendedProperty collection- Returns:
- the collection request builder
-
multiValueExtendedProperties
@Nonnull public MultiValueLegacyExtendedPropertyRequestBuilder multiValueExtendedProperties(@Nonnull String id) Gets a request builder for the MultiValueLegacyExtendedProperty item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
singleValueExtendedProperties
@Nonnull public SingleValueLegacyExtendedPropertyCollectionRequestBuilder singleValueExtendedProperties()Gets a request builder for the SingleValueLegacyExtendedProperty collection- Returns:
- the collection request builder
-
singleValueExtendedProperties
@Nonnull public SingleValueLegacyExtendedPropertyRequestBuilder singleValueExtendedProperties(@Nonnull String id) Gets a request builder for the SingleValueLegacyExtendedProperty item- Parameters:
id
- the item identifier- Returns:
- the request builder
-