public class OrganizationalBrandingPropertiesRequestBuilder extends BaseRequestBuilder implements IOrganizationalBrandingPropertiesRequestBuilder
| Constructor and Description |
|---|
OrganizationalBrandingPropertiesRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the OrganizationalBrandingProperties
|
| Modifier and Type | Method and Description |
|---|---|
IOrganizationalBrandingPropertiesBackgroundImageStreamRequestBuilder |
backgroundImage() |
IOrganizationalBrandingPropertiesBannerLogoStreamRequestBuilder |
bannerLogo() |
IOrganizationalBrandingPropertiesRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IOrganizationalBrandingPropertiesRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IOrganizationalBrandingPropertiesSquareLogoStreamRequestBuilder |
squareLogo() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic OrganizationalBrandingPropertiesRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IOrganizationalBrandingPropertiesRequest buildRequest(Option... requestOptions)
buildRequest in interface IOrganizationalBrandingPropertiesRequestBuilderrequestOptions - the options for this requestpublic IOrganizationalBrandingPropertiesRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IOrganizationalBrandingPropertiesRequestBuilderrequestOptions - the options for this requestpublic IOrganizationalBrandingPropertiesBackgroundImageStreamRequestBuilder backgroundImage()
backgroundImage in interface IOrganizationalBrandingPropertiesRequestBuilderpublic IOrganizationalBrandingPropertiesBannerLogoStreamRequestBuilder bannerLogo()
bannerLogo in interface IOrganizationalBrandingPropertiesRequestBuilderpublic IOrganizationalBrandingPropertiesSquareLogoStreamRequestBuilder squareLogo()
squareLogo in interface IOrganizationalBrandingPropertiesRequestBuilder