Package microsoft.dynamics.crm.entity
Class Msdyn_richtextfile
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Msdyn_richtextfile
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Msdyn_richtextfile extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMsdyn_richtextfile.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected UUID_modifiedby_valueprotected UUID_modifiedonbehalfby_valueprotected UUID_ownerid_valueprotected UUID_owningbusinessunit_valueprotected UUID_owningteam_valueprotected UUID_owninguser_valueprotected OffsetDateTimecreatedonprotected Integerimportsequencenumberprotected OffsetDateTimemodifiedonprotected byte[]msdyn_imageblobprotected Longmsdyn_imageblob_timestampprotected Stringmsdyn_imageblob_urlprotected UUIDmsdyn_imageblobidprotected Stringmsdyn_nameprotected Stringmsdyn_parententity_fieldnameprotected Stringmsdyn_parententitynameprotected Stringmsdyn_parentidprotected UUIDmsdyn_richtextfileidprotected OffsetDateTimeoverriddencreatedonprotected Integerstatecodeprotected Integerstatuscodeprotected Integertimezoneruleversionnumberprotected Integerutcconversiontimezonecodeprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMsdyn_richtextfile()
-
Method Summary
-
-
-
Field Detail
-
msdyn_parentid
protected String msdyn_parentid
-
_ownerid_value
protected UUID _ownerid_value
-
versionnumber
protected Long versionnumber
-
_owningteam_value
protected UUID _owningteam_value
-
msdyn_parententityname
protected String msdyn_parententityname
-
timezoneruleversionnumber
protected Integer timezoneruleversionnumber
-
_modifiedby_value
protected UUID _modifiedby_value
-
msdyn_imageblob_url
protected String msdyn_imageblob_url
-
overriddencreatedon
protected OffsetDateTime overriddencreatedon
-
statecode
protected Integer statecode
-
msdyn_parententity_fieldname
protected String msdyn_parententity_fieldname
-
statuscode
protected Integer statuscode
-
msdyn_imageblobid
protected UUID msdyn_imageblobid
-
msdyn_imageblob_timestamp
protected Long msdyn_imageblob_timestamp
-
_owningbusinessunit_value
protected UUID _owningbusinessunit_value
-
msdyn_richtextfileid
protected UUID msdyn_richtextfileid
-
createdon
protected OffsetDateTime createdon
-
modifiedon
protected OffsetDateTime modifiedon
-
importsequencenumber
protected Integer importsequencenumber
-
_createdby_value
protected UUID _createdby_value
-
utcconversiontimezonecode
protected Integer utcconversiontimezonecode
-
_owninguser_value
protected UUID _owninguser_value
-
msdyn_name
protected String msdyn_name
-
msdyn_imageblob
protected byte[] msdyn_imageblob
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderMsdyn_richtextfile
public static Msdyn_richtextfile.Builder builderMsdyn_richtextfile()
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
-
withMsdyn_parentid
public Msdyn_richtextfile withMsdyn_parentid(String msdyn_parentid)
-
with_ownerid_value
public Msdyn_richtextfile with_ownerid_value(UUID _ownerid_value)
-
withVersionnumber
public Msdyn_richtextfile withVersionnumber(Long versionnumber)
-
with_owningteam_value
public Msdyn_richtextfile with_owningteam_value(UUID _owningteam_value)
-
withMsdyn_parententityname
public Msdyn_richtextfile withMsdyn_parententityname(String msdyn_parententityname)
-
withTimezoneruleversionnumber
public Msdyn_richtextfile withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
-
with_modifiedby_value
public Msdyn_richtextfile with_modifiedby_value(UUID _modifiedby_value)
-
withMsdyn_imageblob_url
public Msdyn_richtextfile withMsdyn_imageblob_url(String msdyn_imageblob_url)
-
getOverriddencreatedon
public Optional<OffsetDateTime> getOverriddencreatedon()
-
withOverriddencreatedon
public Msdyn_richtextfile withOverriddencreatedon(OffsetDateTime overriddencreatedon)
-
withStatecode
public Msdyn_richtextfile withStatecode(Integer statecode)
-
withMsdyn_parententity_fieldname
public Msdyn_richtextfile withMsdyn_parententity_fieldname(String msdyn_parententity_fieldname)
-
withStatuscode
public Msdyn_richtextfile withStatuscode(Integer statuscode)
-
withMsdyn_imageblobid
public Msdyn_richtextfile withMsdyn_imageblobid(UUID msdyn_imageblobid)
-
withMsdyn_imageblob_timestamp
public Msdyn_richtextfile withMsdyn_imageblob_timestamp(Long msdyn_imageblob_timestamp)
-
with_owningbusinessunit_value
public Msdyn_richtextfile with_owningbusinessunit_value(UUID _owningbusinessunit_value)
-
withMsdyn_richtextfileid
public Msdyn_richtextfile withMsdyn_richtextfileid(UUID msdyn_richtextfileid)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Msdyn_richtextfile withCreatedon(OffsetDateTime createdon)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Msdyn_richtextfile withModifiedon(OffsetDateTime modifiedon)
-
withImportsequencenumber
public Msdyn_richtextfile withImportsequencenumber(Integer importsequencenumber)
-
with_createdby_value
public Msdyn_richtextfile with_createdby_value(UUID _createdby_value)
-
withUtcconversiontimezonecode
public Msdyn_richtextfile withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
-
with_owninguser_value
public Msdyn_richtextfile with_owninguser_value(UUID _owninguser_value)
-
withMsdyn_name
public Msdyn_richtextfile withMsdyn_name(String msdyn_name)
-
getMsdyn_imageblob
public Optional<byte[]> getMsdyn_imageblob()
-
withMsdyn_imageblob
public Msdyn_richtextfile withMsdyn_imageblob(byte[] msdyn_imageblob)
-
with_modifiedonbehalfby_value
public Msdyn_richtextfile with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
with_createdonbehalfby_value
public Msdyn_richtextfile with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
withUnmappedField
public Msdyn_richtextfile withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getOwninguser
public SystemuserRequest getOwninguser()
-
getOwningteam
public TeamRequest getOwningteam()
-
getOwnerid
public PrincipalRequest getOwnerid()
-
getOwningbusinessunit
public BusinessunitRequest getOwningbusinessunit()
-
getMsdyn_richtextfile_SyncErrors
public SyncerrorCollectionRequest getMsdyn_richtextfile_SyncErrors()
-
getMsdyn_richtextfile_AsyncOperations
public AsyncoperationCollectionRequest getMsdyn_richtextfile_AsyncOperations()
-
getMsdyn_richtextfile_MailboxTrackingFolders
public MailboxtrackingfolderCollectionRequest getMsdyn_richtextfile_MailboxTrackingFolders()
-
getMsdyn_richtextfile_ProcessSession
public ProcesssessionCollectionRequest getMsdyn_richtextfile_ProcessSession()
-
getMsdyn_richtextfile_BulkDeleteFailures
public BulkdeletefailureCollectionRequest getMsdyn_richtextfile_BulkDeleteFailures()
-
getMsdyn_richtextfile_PrincipalObjectAttributeAccesses
public PrincipalobjectattributeaccessCollectionRequest getMsdyn_richtextfile_PrincipalObjectAttributeAccesses()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Msdyn_richtextfile 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 Msdyn_richtextfile 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
-
-