Class OrganizationalBrandingProperties

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataEntityType, com.github.davidmoten.odata.client.ODataType
    Direct Known Subclasses:
    OrganizationalBranding, OrganizationalBrandingLocalization

    public class OrganizationalBrandingProperties
    extends Entity
    implements com.github.davidmoten.odata.client.ODataEntityType
    • Field Detail

      • backgroundColor

        protected String backgroundColor
      • backgroundImage

        protected String backgroundImage
      • backgroundImageRelativeUrl

        protected String backgroundImageRelativeUrl
      • bannerLogo

        protected String bannerLogo
      • bannerLogoRelativeUrl

        protected String bannerLogoRelativeUrl
      • cdnListNextLink

        protected String cdnListNextLink
      • customAccountResetCredentialsUrl

        protected String customAccountResetCredentialsUrl
      • customCannotAccessYourAccountText

        protected String customCannotAccessYourAccountText
      • customCannotAccessYourAccountUrl

        protected String customCannotAccessYourAccountUrl
      • customForgotMyPasswordText

        protected String customForgotMyPasswordText
      • customPrivacyAndCookiesText

        protected String customPrivacyAndCookiesText
      • customPrivacyAndCookiesUrl

        protected String customPrivacyAndCookiesUrl
      • customResetItNowText

        protected String customResetItNowText
      • customTermsOfUseText

        protected String customTermsOfUseText
      • customTermsOfUseUrl

        protected String customTermsOfUseUrl
      • favicon

        protected String favicon
      • faviconRelativeUrl

        protected String faviconRelativeUrl
      • headerBackgroundColor

        protected String headerBackgroundColor
      • signInPageText

        protected String signInPageText
      • squareLogo

        protected String squareLogo
      • squareLogoRelativeUrl

        protected String squareLogoRelativeUrl
      • usernameHintText

        protected String usernameHintText
    • Constructor Detail

      • OrganizationalBrandingProperties

        protected OrganizationalBrandingProperties()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        odataTypeName in class Entity
      • getChangedFields

        public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
        Specified by:
        getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityType
        Overrides:
        getChangedFields in class Entity
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        postInject in class Entity
      • getBackgroundImage

        public Optional<com.github.davidmoten.odata.client.StreamProvider> getBackgroundImage()
      • putBackgroundImage

        public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> putBackgroundImage()
        If metadata indicate that the stream is editable then returns a StreamUploader which can be used to upload the stream to the backgroundImage property, using HTTP PUT.
        Returns:
        a StreamUploader if upload permitted
      • putChunkedBackgroundImage

        public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> putChunkedBackgroundImage()
        If metadata indicate that the stream is editable then returns a StreamUploaderChunked which can be used to upload the stream to the backgroundImage property, using HTTP PUT.
        Returns:
        a StreamUploaderChunked if upload permitted
      • putBackgroundImage

        public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> putBackgroundImage​(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
      • postBackgroundImage

        public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> postBackgroundImage()
        If metadata indicate that the stream is editable then returns a StreamUploader which can be used to upload the stream to the backgroundImage property, using HTTP POST.
        Returns:
        a StreamUploader if upload permitted
      • postChunkedBackgroundImage

        public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> postChunkedBackgroundImage()
        If metadata indicate that the stream is editable then returns a StreamUploaderChunked which can be used to upload the stream to the backgroundImage property, using HTTP POST.
        Returns:
        a StreamUploaderChunked if upload permitted
      • postBackgroundImage

        public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> postBackgroundImage​(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
      • patchBackgroundImage

        public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> patchBackgroundImage()
        If metadata indicate that the stream is editable then returns a StreamUploader which can be used to upload the stream to the backgroundImage property, using HTTP PATCH.
        Returns:
        a StreamUploader if upload permitted
      • patchChunkedBackgroundImage

        public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> patchChunkedBackgroundImage()
        If metadata indicate that the stream is editable then returns a StreamUploaderChunked which can be used to upload the stream to the backgroundImage property, using HTTP PATCH.
        Returns:
        a StreamUploaderChunked if upload permitted
      • patchBackgroundImage

        public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> patchBackgroundImage​(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
      • getBackgroundImageRelativeUrl

        public Optional<String> getBackgroundImageRelativeUrl()
      • getBannerLogo

        public Optional<com.github.davidmoten.odata.client.StreamProvider> getBannerLogo()
      • putBannerLogo

        public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> putBannerLogo()
        If metadata indicate that the stream is editable then returns a StreamUploader which can be used to upload the stream to the bannerLogo property, using HTTP PUT.
        Returns:
        a StreamUploader if upload permitted
      • putChunkedBannerLogo

        public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> putChunkedBannerLogo()
        If metadata indicate that the stream is editable then returns a StreamUploaderChunked which can be used to upload the stream to the bannerLogo property, using HTTP PUT.
        Returns:
        a StreamUploaderChunked if upload permitted
      • putBannerLogo

        public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> putBannerLogo​(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
      • postBannerLogo

        public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> postBannerLogo()
        If metadata indicate that the stream is editable then returns a StreamUploader which can be used to upload the stream to the bannerLogo property, using HTTP POST.
        Returns:
        a StreamUploader if upload permitted
      • postChunkedBannerLogo

        public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> postChunkedBannerLogo()
        If metadata indicate that the stream is editable then returns a StreamUploaderChunked which can be used to upload the stream to the bannerLogo property, using HTTP POST.
        Returns:
        a StreamUploaderChunked if upload permitted
      • postBannerLogo

        public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> postBannerLogo​(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
      • patchBannerLogo

        public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> patchBannerLogo()
        If metadata indicate that the stream is editable then returns a StreamUploader which can be used to upload the stream to the bannerLogo property, using HTTP PATCH.
        Returns:
        a StreamUploader if upload permitted
      • patchChunkedBannerLogo

        public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> patchChunkedBannerLogo()
        If metadata indicate that the stream is editable then returns a StreamUploaderChunked which can be used to upload the stream to the bannerLogo property, using HTTP PATCH.
        Returns:
        a StreamUploaderChunked if upload permitted
      • patchBannerLogo

        public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> patchBannerLogo​(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
      • getBannerLogoRelativeUrl

        public Optional<String> getBannerLogoRelativeUrl()
      • getCdnList

        public com.github.davidmoten.odata.client.CollectionPage<String> getCdnList()
      • getCdnList

        public com.github.davidmoten.odata.client.CollectionPage<String> getCdnList​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getCustomAccountResetCredentialsUrl

        public Optional<String> getCustomAccountResetCredentialsUrl()
      • getCustomCannotAccessYourAccountText

        public Optional<String> getCustomCannotAccessYourAccountText()
      • getCustomCannotAccessYourAccountUrl

        public Optional<String> getCustomCannotAccessYourAccountUrl()
      • getCustomForgotMyPasswordText

        public Optional<String> getCustomForgotMyPasswordText()
      • getCustomPrivacyAndCookiesText

        public Optional<String> getCustomPrivacyAndCookiesText()
      • getCustomPrivacyAndCookiesUrl

        public Optional<String> getCustomPrivacyAndCookiesUrl()
      • getCustomResetItNowText

        public Optional<String> getCustomResetItNowText()
      • getCustomTermsOfUseText

        public Optional<String> getCustomTermsOfUseText()
      • getCustomTermsOfUseUrl

        public Optional<String> getCustomTermsOfUseUrl()
      • getFavicon

        public Optional<com.github.davidmoten.odata.client.StreamProvider> getFavicon()
      • putFavicon

        public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> putFavicon()
        If metadata indicate that the stream is editable then returns a StreamUploader which can be used to upload the stream to the favicon property, using HTTP PUT.
        Returns:
        a StreamUploader if upload permitted
      • putChunkedFavicon

        public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> putChunkedFavicon()
        If metadata indicate that the stream is editable then returns a StreamUploaderChunked which can be used to upload the stream to the favicon property, using HTTP PUT.
        Returns:
        a StreamUploaderChunked if upload permitted
      • putFavicon

        public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> putFavicon​(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
      • postFavicon

        public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> postFavicon()
        If metadata indicate that the stream is editable then returns a StreamUploader which can be used to upload the stream to the favicon property, using HTTP POST.
        Returns:
        a StreamUploader if upload permitted
      • postChunkedFavicon

        public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> postChunkedFavicon()
        If metadata indicate that the stream is editable then returns a StreamUploaderChunked which can be used to upload the stream to the favicon property, using HTTP POST.
        Returns:
        a StreamUploaderChunked if upload permitted
      • postFavicon

        public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> postFavicon​(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
      • patchFavicon

        public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> patchFavicon()
        If metadata indicate that the stream is editable then returns a StreamUploader which can be used to upload the stream to the favicon property, using HTTP PATCH.
        Returns:
        a StreamUploader if upload permitted
      • patchChunkedFavicon

        public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> patchChunkedFavicon()
        If metadata indicate that the stream is editable then returns a StreamUploaderChunked which can be used to upload the stream to the favicon property, using HTTP PATCH.
        Returns:
        a StreamUploaderChunked if upload permitted
      • patchFavicon

        public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> patchFavicon​(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
      • getFaviconRelativeUrl

        public Optional<String> getFaviconRelativeUrl()
      • getHeaderBackgroundColor

        public Optional<String> getHeaderBackgroundColor()
      • getSquareLogo

        public Optional<com.github.davidmoten.odata.client.StreamProvider> getSquareLogo()
      • putSquareLogo

        public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> putSquareLogo()
        If metadata indicate that the stream is editable then returns a StreamUploader which can be used to upload the stream to the squareLogo property, using HTTP PUT.
        Returns:
        a StreamUploader if upload permitted
      • putChunkedSquareLogo

        public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> putChunkedSquareLogo()
        If metadata indicate that the stream is editable then returns a StreamUploaderChunked which can be used to upload the stream to the squareLogo property, using HTTP PUT.
        Returns:
        a StreamUploaderChunked if upload permitted
      • putSquareLogo

        public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> putSquareLogo​(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
      • postSquareLogo

        public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> postSquareLogo()
        If metadata indicate that the stream is editable then returns a StreamUploader which can be used to upload the stream to the squareLogo property, using HTTP POST.
        Returns:
        a StreamUploader if upload permitted
      • postChunkedSquareLogo

        public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> postChunkedSquareLogo()
        If metadata indicate that the stream is editable then returns a StreamUploaderChunked which can be used to upload the stream to the squareLogo property, using HTTP POST.
        Returns:
        a StreamUploaderChunked if upload permitted
      • postSquareLogo

        public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> postSquareLogo​(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
      • patchSquareLogo

        public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> patchSquareLogo()
        If metadata indicate that the stream is editable then returns a StreamUploader which can be used to upload the stream to the squareLogo property, using HTTP PATCH.
        Returns:
        a StreamUploader if upload permitted
      • patchChunkedSquareLogo

        public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> patchChunkedSquareLogo()
        If metadata indicate that the stream is editable then returns a StreamUploaderChunked which can be used to upload the stream to the squareLogo property, using HTTP PATCH.
        Returns:
        a StreamUploaderChunked if upload permitted
      • patchSquareLogo

        public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> patchSquareLogo​(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
      • getSquareLogoRelativeUrl

        public Optional<String> getSquareLogoRelativeUrl()
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        getUnmappedFields in class Entity
      • patch

        public OrganizationalBrandingProperties patch()
        Submits only changed fields for update and returns an immutable copy of this with changed fields reset.
        Overrides:
        patch in class Entity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected
      • put

        public OrganizationalBrandingProperties put()
        Submits all fields for update and returns an immutable copy of this with changed fields reset (they were ignored anyway).
        Overrides:
        put in class Entity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected