public class ProfilePhotoRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<ProfilePhoto>
| Constructor and Description |
|---|
ProfilePhotoRequestBuilder(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 ProfilePhoto
|
| Modifier and Type | Method and Description |
|---|---|
ProfilePhotoRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
ProfilePhotoRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
ProfilePhotoStreamRequestBuilder |
content()
Gets a request builder to get the binary value of the object
|
public ProfilePhotoRequestBuilder(@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 ProfilePhotoRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public ProfilePhotoRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public ProfilePhotoStreamRequestBuilder content()