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 customCSSfavicon()Gets the request builder for faviconGets the request builder for headerLogoGets the request builder for squareLogoGets the request builder for squareLogoDarkMethods 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
-
customCSS
Gets the request builder for customCSS- Returns:
- the OrganizationalBrandingPropertiesCustomCSSStreamRequestBuilder instance
-
favicon
Gets the request builder for favicon- Returns:
- the OrganizationalBrandingPropertiesFaviconStreamRequestBuilder instance
-
headerLogo
Gets the request builder for headerLogo- Returns:
- the OrganizationalBrandingPropertiesHeaderLogoStreamRequestBuilder instance
-
squareLogo
Gets the request builder for squareLogo- Returns:
- the OrganizationalBrandingPropertiesSquareLogoStreamRequestBuilder instance
-
squareLogoDark
Gets the request builder for squareLogoDark- Returns:
- the OrganizationalBrandingPropertiesSquareLogoDarkStreamRequestBuilder instance
-