public class OrganizationalBranding extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
OrganizationalBranding.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
backgroundColor |
protected String |
backgroundImage |
protected String |
bannerLogo |
protected String |
locale |
protected String |
signInPageText |
protected String |
squareLogo |
protected String |
usernameHintText |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
OrganizationalBranding() |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationalBranding.Builder |
builderOrganizationalBranding()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getBackgroundColor() |
Optional<com.github.davidmoten.odata.client.StreamProvider> |
getBackgroundImage() |
Optional<com.github.davidmoten.odata.client.StreamProvider> |
getBannerLogo() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getLocale() |
Optional<String> |
getSignInPageText() |
Optional<com.github.davidmoten.odata.client.StreamProvider> |
getSquareLogo() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUsernameHintText() |
String |
odataTypeName() |
OrganizationalBranding |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
OrganizationalBranding |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Optional<com.github.davidmoten.odata.client.StreamUploader> |
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. |
<T> T |
putBackgroundImage(com.github.davidmoten.odata.client.UploadStrategy<T> strategy) |
Optional<com.github.davidmoten.odata.client.StreamUploader> |
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. |
<T> T |
putBannerLogo(com.github.davidmoten.odata.client.UploadStrategy<T> strategy) |
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. |
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. |
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. |
Optional<com.github.davidmoten.odata.client.StreamUploader> |
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. |
<T> T |
putSquareLogo(com.github.davidmoten.odata.client.UploadStrategy<T> strategy) |
String |
toString() |
OrganizationalBranding |
withBackgroundColor(String backgroundColor) |
OrganizationalBranding |
withLocale(String locale) |
OrganizationalBranding |
withSignInPageText(String signInPageText) |
OrganizationalBranding |
withUsernameHintText(String usernameHintText) |
protected String backgroundColor
protected String backgroundImage
protected String bannerLogo
protected String locale
protected String signInPageText
protected String squareLogo
protected String usernameHintText
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static OrganizationalBranding.Builder builderOrganizationalBranding()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic OrganizationalBranding withBackgroundColor(String backgroundColor)
public Optional<com.github.davidmoten.odata.client.StreamProvider> getBackgroundImage()
public Optional<com.github.davidmoten.odata.client.StreamUploader> putBackgroundImage()
StreamUploader which can be used to upload the stream
to the backgroundImage property.public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> putChunkedBackgroundImage()
StreamUploaderChunked which can be used to upload the stream
to the backgroundImage property.public <T> T putBackgroundImage(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
public Optional<com.github.davidmoten.odata.client.StreamProvider> getBannerLogo()
public Optional<com.github.davidmoten.odata.client.StreamUploader> putBannerLogo()
StreamUploader which can be used to upload the stream
to the bannerLogo property.public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> putChunkedBannerLogo()
StreamUploaderChunked which can be used to upload the stream
to the bannerLogo property.public <T> T putBannerLogo(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
public OrganizationalBranding withLocale(String locale)
public OrganizationalBranding withSignInPageText(String signInPageText)
public Optional<com.github.davidmoten.odata.client.StreamProvider> getSquareLogo()
public Optional<com.github.davidmoten.odata.client.StreamUploader> putSquareLogo()
StreamUploader which can be used to upload the stream
to the squareLogo property.public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> putChunkedSquareLogo()
StreamUploaderChunked which can be used to upload the stream
to the squareLogo property.public <T> T putSquareLogo(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
public OrganizationalBranding withUsernameHintText(String usernameHintText)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic OrganizationalBranding patch()
this with changed fields reset.public OrganizationalBranding put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.