Package odata.msgraph.client.beta.entity
Class OrganizationalBranding
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.OrganizationalBrandingProperties
-
- odata.msgraph.client.beta.entity.OrganizationalBranding
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class OrganizationalBranding extends OrganizationalBrandingProperties implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrganizationalBranding.Builder
-
Field Summary
-
Fields inherited from class odata.msgraph.client.beta.entity.OrganizationalBrandingProperties
backgroundColor, backgroundImage, backgroundImageRelativeUrl, bannerLogo, bannerLogoRelativeUrl, cdnList, cdnListNextLink, customAccountResetCredentialsUrl, customCannotAccessYourAccountText, customCannotAccessYourAccountUrl, customForgotMyPasswordText, customPrivacyAndCookiesText, customPrivacyAndCookiesUrl, customResetItNowText, customTermsOfUseText, customTermsOfUseUrl, favicon, faviconRelativeUrl, headerBackgroundColor, loginPageTextVisibilitySettings, signInPageText, squareLogo, squareLogoRelativeUrl, usernameHintText
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOrganizationalBranding()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OrganizationalBranding.BuilderbuilderOrganizationalBranding()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()OrganizationalBrandingLocalizationCollectionRequestgetLocalizations()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()OrganizationalBrandingpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)OrganizationalBrandingput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()OrganizationalBrandingwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.entity.OrganizationalBrandingProperties
getBackgroundColor, getBackgroundImage, getBackgroundImageRelativeUrl, getBannerLogo, getBannerLogoRelativeUrl, getCdnList, getCdnList, getCustomAccountResetCredentialsUrl, getCustomCannotAccessYourAccountText, getCustomCannotAccessYourAccountUrl, getCustomForgotMyPasswordText, getCustomPrivacyAndCookiesText, getCustomPrivacyAndCookiesUrl, getCustomResetItNowText, getCustomTermsOfUseText, getCustomTermsOfUseUrl, getFavicon, getFaviconRelativeUrl, getHeaderBackgroundColor, getLoginPageTextVisibilitySettings, getSignInPageText, getSquareLogo, getSquareLogoRelativeUrl, getUsernameHintText, patchBackgroundImage, patchBackgroundImage, patchBannerLogo, patchBannerLogo, patchChunkedBackgroundImage, patchChunkedBannerLogo, patchChunkedFavicon, patchChunkedSquareLogo, patchFavicon, patchFavicon, patchSquareLogo, patchSquareLogo, postBackgroundImage, postBackgroundImage, postBannerLogo, postBannerLogo, postChunkedBackgroundImage, postChunkedBannerLogo, postChunkedFavicon, postChunkedSquareLogo, postFavicon, postFavicon, postSquareLogo, postSquareLogo, putBackgroundImage, putBackgroundImage, putBannerLogo, putBannerLogo, putChunkedBackgroundImage, putChunkedBannerLogo, putChunkedFavicon, putChunkedSquareLogo, putFavicon, putFavicon, putSquareLogo, putSquareLogo, withBackgroundColor, withBackgroundImageRelativeUrl, withBannerLogoRelativeUrl, withCdnList, withCustomAccountResetCredentialsUrl, withCustomCannotAccessYourAccountText, withCustomCannotAccessYourAccountUrl, withCustomForgotMyPasswordText, withCustomPrivacyAndCookiesText, withCustomPrivacyAndCookiesUrl, withCustomResetItNowText, withCustomTermsOfUseText, withCustomTermsOfUseUrl, withFaviconRelativeUrl, withHeaderBackgroundColor, withLoginPageTextVisibilitySettings, withSignInPageText, withSquareLogoRelativeUrl, withUsernameHintText
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classOrganizationalBrandingProperties
-
builderOrganizationalBranding
public static OrganizationalBranding.Builder builderOrganizationalBranding()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classOrganizationalBrandingProperties
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classOrganizationalBrandingProperties
-
withUnmappedField
public OrganizationalBranding withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classOrganizationalBrandingProperties
-
getLocalizations
public OrganizationalBrandingLocalizationCollectionRequest getLocalizations()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classOrganizationalBrandingProperties
-
patch
public OrganizationalBranding patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classOrganizationalBrandingProperties- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public OrganizationalBranding put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classOrganizationalBrandingProperties- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classOrganizationalBrandingProperties
-
-