public class ContactRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<Contact>
| Constructor and Description |
|---|
ContactRequestBuilder(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 Contact
|
| Modifier and Type | Method and Description |
|---|---|
ContactRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
ContactRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
ExtensionCollectionRequestBuilder |
extensions()
Gets a request builder for the Extension collection
|
ExtensionRequestBuilder |
extensions(java.lang.String id)
Gets a request builder for the Extension 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
|
ProfilePhotoRequestBuilder |
photo()
Gets the request builder for ProfilePhoto
|
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 ContactRequestBuilder(@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 ContactRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public ContactRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public ExtensionCollectionRequestBuilder extensions()
@Nonnull public ExtensionRequestBuilder extensions(@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 ProfilePhotoRequestBuilder photo()
@Nonnull public SingleValueLegacyExtendedPropertyCollectionRequestBuilder singleValueExtendedProperties()
@Nonnull public SingleValueLegacyExtendedPropertyRequestBuilder singleValueExtendedProperties(@Nonnull java.lang.String id)
id - the item identifier