Package microsoft.dynamics.crm.entity
Class Aciviewmapper
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Aciviewmapper
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Aciviewmapper extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAciviewmapper.Builder
-
Field Summary
Fields Modifier and Type Field Description protected String_createdby_valueprotected String_createdonbehalfby_valueprotected String_modifiedby_valueprotected String_modifiedonbehalfby_valueprotected String_organizationid_valueprotected Stringaciviewmapperidprotected OffsetDateTimecreatedonprotected OffsetDateTimemodifiedonprotected Integerstatecodeprotected Integerstatuscodeprotected Integerutcconversiontimezonecodeprotected Longversionnumberprotected Stringviewnameprotected Stringwebapplicationendpoint-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAciviewmapper()
-
Method Summary
-
-
-
Field Detail
-
_modifiedonbehalfby_value
protected String _modifiedonbehalfby_value
-
_modifiedby_value
protected String _modifiedby_value
-
_createdby_value
protected String _createdby_value
-
modifiedon
protected OffsetDateTime modifiedon
-
versionnumber
protected Long versionnumber
-
utcconversiontimezonecode
protected Integer utcconversiontimezonecode
-
createdon
protected OffsetDateTime createdon
-
statecode
protected Integer statecode
-
_organizationid_value
protected String _organizationid_value
-
_createdonbehalfby_value
protected String _createdonbehalfby_value
-
viewname
protected String viewname
-
webapplicationendpoint
protected String webapplicationendpoint
-
statuscode
protected Integer statuscode
-
aciviewmapperid
protected String aciviewmapperid
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderAciviewmapper
public static Aciviewmapper.Builder builderAciviewmapper()
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
-
with_modifiedonbehalfby_value
public Aciviewmapper with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
-
with_modifiedby_value
public Aciviewmapper with_modifiedby_value(String _modifiedby_value)
-
with_createdby_value
public Aciviewmapper with_createdby_value(String _createdby_value)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Aciviewmapper withModifiedon(OffsetDateTime modifiedon)
-
withVersionnumber
public Aciviewmapper withVersionnumber(Long versionnumber)
-
withUtcconversiontimezonecode
public Aciviewmapper withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Aciviewmapper withCreatedon(OffsetDateTime createdon)
-
withStatecode
public Aciviewmapper withStatecode(Integer statecode)
-
with_organizationid_value
public Aciviewmapper with_organizationid_value(String _organizationid_value)
-
with_createdonbehalfby_value
public Aciviewmapper with_createdonbehalfby_value(String _createdonbehalfby_value)
-
withViewname
public Aciviewmapper withViewname(String viewname)
-
withWebapplicationendpoint
public Aciviewmapper withWebapplicationendpoint(String webapplicationendpoint)
-
withStatuscode
public Aciviewmapper withStatuscode(Integer statuscode)
-
withAciviewmapperid
public Aciviewmapper withAciviewmapperid(String aciviewmapperid)
-
withUnmappedField
public Aciviewmapper withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getOrganizationid
public OrganizationRequest getOrganizationid()
-
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 Aciviewmapper 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 Aciviewmapper 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
-
-