Class ProfilePhotoStreamRequestBuilder

java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<InputStream>
com.microsoft.graph.requests.ProfilePhotoStreamRequestBuilder
All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder

public class ProfilePhotoStreamRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<InputStream>
The class for the Profile Photo Stream Request Builder.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProfilePhotoStreamRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions)
    The request builder for the ProfilePhoto
  • Method Summary

    Modifier and Type
    Method
    Description
    buildRequest(com.microsoft.graph.options.Option... requestOptions)
    Creates the request
    buildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions)
    Creates the request with specific options instead of the existing options

    Methods inherited from class com.microsoft.graph.http.BaseRequestBuilder

    getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProfilePhotoStreamRequestBuilder

      public ProfilePhotoStreamRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request builder for the ProfilePhoto
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
  • Method Details

    • buildRequest

      @Nonnull public ProfilePhotoStreamRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
      Creates the request
      Parameters:
      requestOptions - the options for this request
      Returns:
      the ProfilePhotoStreamRequest instance
    • buildRequest

      @Nonnull public ProfilePhotoStreamRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions)
      Creates the request with specific options instead of the existing options
      Parameters:
      requestOptions - the options for this request
      Returns:
      the ProfilePhotoStreamRequest instance