Class OrganizationalBrandingPropertiesRequestBuilder

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

public class OrganizationalBrandingPropertiesRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<OrganizationalBrandingProperties>
The class for the Organizational Branding Properties Request Builder.
  • Constructor Details

    • OrganizationalBrandingPropertiesRequestBuilder

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

    • buildRequest

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

      @Nonnull public OrganizationalBrandingPropertiesRequest 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 OrganizationalBrandingPropertiesRequest instance
    • backgroundImage

      Gets the request builder for backgroundImage
      Returns:
      the OrganizationalBrandingPropertiesBackgroundImageStreamRequestBuilder instance
    • bannerLogo

      Gets the request builder for bannerLogo
      Returns:
      the OrganizationalBrandingPropertiesBannerLogoStreamRequestBuilder instance
    • squareLogo

      Gets the request builder for squareLogo
      Returns:
      the OrganizationalBrandingPropertiesSquareLogoStreamRequestBuilder instance