Package microsoft.dynamics.crm.entity
Class Timezonelocalizedname
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Timezonelocalizedname
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Timezonelocalizedname extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTimezonelocalizedname.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 UUID_timezonedefinitionid_valueprotected OffsetDateTimecreatedonprotected Integercultureidprotected Stringdaylightnameprotected OffsetDateTimemodifiedonprotected Stringstandardnameprotected UUIDtimezonelocalizednameidprotected Stringuserinterfacenameprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTimezonelocalizedname()
-
Method Summary
-
-
-
Field Detail
-
daylightname
protected String daylightname
-
_modifiedby_value
protected UUID _modifiedby_value
-
modifiedon
protected OffsetDateTime modifiedon
-
timezonelocalizednameid
protected UUID timezonelocalizednameid
-
standardname
protected String standardname
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
createdon
protected OffsetDateTime createdon
-
userinterfacename
protected String userinterfacename
-
_timezonedefinitionid_value
protected UUID _timezonedefinitionid_value
-
cultureid
protected Integer cultureid
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
versionnumber
protected Long versionnumber
-
_organizationid_value
protected UUID _organizationid_value
-
_createdby_value
protected UUID _createdby_value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderTimezonelocalizedname
public static Timezonelocalizedname.Builder builderTimezonelocalizedname()
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
-
withDaylightname
public Timezonelocalizedname withDaylightname(String daylightname)
-
with_modifiedby_value
public Timezonelocalizedname with_modifiedby_value(UUID _modifiedby_value)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Timezonelocalizedname withModifiedon(OffsetDateTime modifiedon)
-
withTimezonelocalizednameid
public Timezonelocalizedname withTimezonelocalizednameid(UUID timezonelocalizednameid)
-
withStandardname
public Timezonelocalizedname withStandardname(String standardname)
-
with_modifiedonbehalfby_value
public Timezonelocalizedname with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Timezonelocalizedname withCreatedon(OffsetDateTime createdon)
-
withUserinterfacename
public Timezonelocalizedname withUserinterfacename(String userinterfacename)
-
with_timezonedefinitionid_value
public Timezonelocalizedname with_timezonedefinitionid_value(UUID _timezonedefinitionid_value)
-
withCultureid
public Timezonelocalizedname withCultureid(Integer cultureid)
-
with_createdonbehalfby_value
public Timezonelocalizedname with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
withVersionnumber
public Timezonelocalizedname withVersionnumber(Long versionnumber)
-
with_organizationid_value
public Timezonelocalizedname with_organizationid_value(UUID _organizationid_value)
-
with_createdby_value
public Timezonelocalizedname with_createdby_value(UUID _createdby_value)
-
withUnmappedField
public Timezonelocalizedname withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getTimezonedefinitionid
public TimezonedefinitionRequest getTimezonedefinitionid()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Timezonelocalizedname 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 Timezonelocalizedname 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
-
-