Package microsoft.dynamics.crm.entity
Class Theme
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Theme
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Theme extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTheme.Builder
-
Field Summary
-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTheme()
-
Method Summary
-
-
-
Field Detail
-
headercolor
protected String headercolor
-
name
protected String name
-
controlborder
protected String controlborder
-
globallinkcolor
protected String globallinkcolor
-
navbarbackgroundcolor
protected String navbarbackgroundcolor
-
versionnumber
protected Long versionnumber
-
_modifiedby_value
protected UUID _modifiedby_value
-
backgroundcolor
protected String backgroundcolor
-
_logoid_value
protected UUID _logoid_value
-
_organizationid_value
protected UUID _organizationid_value
-
isdefaulttheme
protected Boolean isdefaulttheme
-
exchangerate
protected BigDecimal exchangerate
-
importsequencenumber
protected Integer importsequencenumber
-
pageheaderbackgroundcolor
protected String pageheaderbackgroundcolor
-
overriddencreatedon
protected OffsetDateTime overriddencreatedon
-
processcontrolcolor
protected String processcontrolcolor
-
panelheaderbackgroundcolor
protected String panelheaderbackgroundcolor
-
_transactioncurrencyid_value
protected UUID _transactioncurrencyid_value
-
statuscode
protected Integer statuscode
-
type
protected Boolean type
-
utcconversiontimezonecode
protected Integer utcconversiontimezonecode
-
hoverlinkeffect
protected String hoverlinkeffect
-
accentcolor
protected String accentcolor
-
timezoneruleversionnumber
protected Integer timezoneruleversionnumber
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
themeid
protected UUID themeid
-
defaultcustomentitycolor
protected String defaultcustomentitycolor
-
createdon
protected OffsetDateTime createdon
-
defaultentitycolor
protected String defaultentitycolor
-
selectedlinkeffect
protected String selectedlinkeffect
-
navbarshelfcolor
protected String navbarshelfcolor
-
statecode
protected Integer statecode
-
maincolor
protected String maincolor
-
logotooltip
protected String logotooltip
-
_createdby_value
protected UUID _createdby_value
-
controlshade
protected String controlshade
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
modifiedon
protected OffsetDateTime modifiedon
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderTheme
public static Theme.Builder builderTheme()
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 classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
getExchangerate
public Optional<BigDecimal> getExchangerate()
-
withExchangerate
public Theme withExchangerate(BigDecimal exchangerate)
-
withPageheaderbackgroundcolor
public Theme withPageheaderbackgroundcolor(String pageheaderbackgroundcolor)
-
getOverriddencreatedon
public Optional<OffsetDateTime> getOverriddencreatedon()
-
withOverriddencreatedon
public Theme withOverriddencreatedon(OffsetDateTime overriddencreatedon)
-
withPanelheaderbackgroundcolor
public Theme withPanelheaderbackgroundcolor(String panelheaderbackgroundcolor)
-
with_transactioncurrencyid_value
public Theme with_transactioncurrencyid_value(UUID _transactioncurrencyid_value)
-
withUtcconversiontimezonecode
public Theme withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
-
withTimezoneruleversionnumber
public Theme withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
-
with_createdonbehalfby_value
public Theme with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
withDefaultcustomentitycolor
public Theme withDefaultcustomentitycolor(String defaultcustomentitycolor)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Theme withCreatedon(OffsetDateTime createdon)
-
with_modifiedonbehalfby_value
public Theme with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Theme withModifiedon(OffsetDateTime modifiedon)
-
withUnmappedField
public Theme withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getOrganizationid
public OrganizationRequest getOrganizationid()
-
getTheme_AsyncOperations
public AsyncoperationCollectionRequest getTheme_AsyncOperations()
-
getTheme_ProcessSession
public ProcesssessionCollectionRequest getTheme_ProcessSession()
-
getTheme_BulkDeleteFailures
public BulkdeletefailureCollectionRequest getTheme_BulkDeleteFailures()
-
getTransactioncurrencyid
public TransactioncurrencyRequest getTransactioncurrencyid()
-
getLogoimage
public WebresourceRequest getLogoimage()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Theme patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Theme put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
publishTheme
public com.github.davidmoten.odata.client.ActionRequestNoReturn publishTheme()
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-