public class OrganizationalBrandingPropertiesRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<OrganizationalBrandingProperties>
Constructor and Description |
---|
OrganizationalBrandingPropertiesRequestBuilder(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 OrganizationalBrandingProperties
|
Modifier and Type | Method and Description |
---|---|
OrganizationalBrandingPropertiesBackgroundImageStreamRequestBuilder |
backgroundImage()
Gets the request builder for backgroundImage
|
OrganizationalBrandingPropertiesBannerLogoStreamRequestBuilder |
bannerLogo()
Gets the request builder for bannerLogo
|
OrganizationalBrandingPropertiesRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
OrganizationalBrandingPropertiesRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
OrganizationalBrandingPropertiesSquareLogoStreamRequestBuilder |
squareLogo()
Gets the request builder for squareLogo
|
public OrganizationalBrandingPropertiesRequestBuilder(@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 OrganizationalBrandingPropertiesRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions
- the options for this request@Nonnull public OrganizationalBrandingPropertiesRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions
- the options for this request@Nonnull public OrganizationalBrandingPropertiesBackgroundImageStreamRequestBuilder backgroundImage()
@Nonnull public OrganizationalBrandingPropertiesBannerLogoStreamRequestBuilder bannerLogo()
@Nonnull public OrganizationalBrandingPropertiesSquareLogoStreamRequestBuilder squareLogo()