Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionOrganizationalBrandingPropertiesRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the OrganizationalBrandingProperties -
Method Summary
Modifier and TypeMethodDescriptionGets the request builder for backgroundImageGets the request builder for bannerLogobuildRequest
(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 the request builder for squareLogoMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
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 URLclient
- the service clientrequestOptions
- 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
@Nonnull public OrganizationalBrandingPropertiesBackgroundImageStreamRequestBuilder 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
-