Package microsoft.dynamics.crm.entity
Class Displaystring
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Displaystring
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Displaystring extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDisplaystring.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected UUID_modifiedby_valueprotected UUID_modifiedonbehalfby_valueprotected UUID_organizationid_valueprotected Integercomponentstateprotected OffsetDateTimecreatedonprotected Stringcustomcommentprotected Stringcustomdisplaystringprotected UUIDdisplaystringidprotected UUIDdisplaystringiduniqueprotected Stringdisplaystringkeyprotected Integerformatparametersprotected Booleanismanagedprotected Integerlanguagecodeprotected OffsetDateTimemodifiedonprotected OffsetDateTimeoverwritetimeprotected Stringpublisheddisplaystringprotected UUIDsolutionidprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDisplaystring()
-
Method Summary
-
-
-
Field Detail
-
customdisplaystring
protected String customdisplaystring
-
modifiedon
protected OffsetDateTime modifiedon
-
_organizationid_value
protected UUID _organizationid_value
-
componentstate
protected Integer componentstate
-
languagecode
protected Integer languagecode
-
ismanaged
protected Boolean ismanaged
-
displaystringid
protected UUID displaystringid
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
createdon
protected OffsetDateTime createdon
-
customcomment
protected String customcomment
-
displaystringidunique
protected UUID displaystringidunique
-
formatparameters
protected Integer formatparameters
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
publisheddisplaystring
protected String publisheddisplaystring
-
versionnumber
protected Long versionnumber
-
overwritetime
protected OffsetDateTime overwritetime
-
_createdby_value
protected UUID _createdby_value
-
displaystringkey
protected String displaystringkey
-
_modifiedby_value
protected UUID _modifiedby_value
-
solutionid
protected UUID solutionid
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderDisplaystring
public static Displaystring.Builder builderDisplaystring()
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
-
withCustomdisplaystring
public Displaystring withCustomdisplaystring(String customdisplaystring)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Displaystring withModifiedon(OffsetDateTime modifiedon)
-
with_organizationid_value
public Displaystring with_organizationid_value(UUID _organizationid_value)
-
withComponentstate
public Displaystring withComponentstate(Integer componentstate)
-
withLanguagecode
public Displaystring withLanguagecode(Integer languagecode)
-
withIsmanaged
public Displaystring withIsmanaged(Boolean ismanaged)
-
withDisplaystringid
public Displaystring withDisplaystringid(UUID displaystringid)
-
with_modifiedonbehalfby_value
public Displaystring with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Displaystring withCreatedon(OffsetDateTime createdon)
-
withCustomcomment
public Displaystring withCustomcomment(String customcomment)
-
withDisplaystringidunique
public Displaystring withDisplaystringidunique(UUID displaystringidunique)
-
withFormatparameters
public Displaystring withFormatparameters(Integer formatparameters)
-
with_createdonbehalfby_value
public Displaystring with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
withPublisheddisplaystring
public Displaystring withPublisheddisplaystring(String publisheddisplaystring)
-
withVersionnumber
public Displaystring withVersionnumber(Long versionnumber)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Displaystring withOverwritetime(OffsetDateTime overwritetime)
-
with_createdby_value
public Displaystring with_createdby_value(UUID _createdby_value)
-
withDisplaystringkey
public Displaystring withDisplaystringkey(String displaystringkey)
-
with_modifiedby_value
public Displaystring with_modifiedby_value(UUID _modifiedby_value)
-
withSolutionid
public Displaystring withSolutionid(UUID solutionid)
-
withUnmappedField
public Displaystring withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getOrganizationid
public OrganizationRequest getOrganizationid()
-
getDisplayString_AsyncOperations
public AsyncoperationCollectionRequest getDisplayString_AsyncOperations()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getDisplayString_BulkDeleteFailures
public BulkdeletefailureCollectionRequest getDisplayString_BulkDeleteFailures()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Displaystring 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 Displaystring 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
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-