public class Exportsolutionupload extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Exportsolutionupload.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_asyncoperationid_value |
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_ownerid_value |
protected String |
_owningbusinessunit_value |
protected String |
_owningteam_value |
protected String |
_owninguser_value |
protected OffsetDateTime |
createdon |
protected String |
exportsolutionuploadid |
protected Integer |
importsequencenumber |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected OffsetDateTime |
overriddencreatedon |
protected byte[] |
solutionfile |
protected String |
solutionfile_name |
protected String |
solutionfilename |
protected String |
solutionuniquename |
protected Integer |
statecode |
protected Integer |
statuscode |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Exportsolutionupload() |
protected String solutionuniquename
protected String _createdonbehalfby_value
protected OffsetDateTime createdon
protected Integer timezoneruleversionnumber
protected String _asyncoperationid_value
protected String _modifiedby_value
protected Integer importsequencenumber
protected Integer statecode
protected Long versionnumber
protected OffsetDateTime modifiedon
protected Integer statuscode
protected String _modifiedonbehalfby_value
protected String _owninguser_value
protected Integer utcconversiontimezonecode
protected String _owningteam_value
protected String _ownerid_value
protected String _owningbusinessunit_value
protected String solutionfilename
protected OffsetDateTime overriddencreatedon
protected String solutionfile_name
protected String name
protected String _createdby_value
protected byte[] solutionfile
protected String exportsolutionuploadid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Exportsolutionupload.Builder builderExportsolutionupload()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Exportsolutionupload withSolutionuniquename(String solutionuniquename)
public Exportsolutionupload with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getCreatedon()
public Exportsolutionupload withCreatedon(OffsetDateTime createdon)
public Exportsolutionupload withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Exportsolutionupload with_asyncoperationid_value(String _asyncoperationid_value)
public Exportsolutionupload with_modifiedby_value(String _modifiedby_value)
public Exportsolutionupload withImportsequencenumber(Integer importsequencenumber)
public Exportsolutionupload withStatecode(Integer statecode)
public Exportsolutionupload withVersionnumber(Long versionnumber)
public Optional<OffsetDateTime> getModifiedon()
public Exportsolutionupload withModifiedon(OffsetDateTime modifiedon)
public Exportsolutionupload withStatuscode(Integer statuscode)
public Exportsolutionupload with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Exportsolutionupload with_owninguser_value(String _owninguser_value)
public Exportsolutionupload withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Exportsolutionupload with_owningteam_value(String _owningteam_value)
public Exportsolutionupload with_ownerid_value(String _ownerid_value)
public Exportsolutionupload with_owningbusinessunit_value(String _owningbusinessunit_value)
public Exportsolutionupload withSolutionfilename(String solutionfilename)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Exportsolutionupload withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Exportsolutionupload withSolutionfile_name(String solutionfile_name)
public Exportsolutionupload withName(String name)
public Exportsolutionupload with_createdby_value(String _createdby_value)
public Optional<byte[]> getSolutionfile()
public Exportsolutionupload withSolutionfile(byte[] solutionfile)
public Exportsolutionupload withExportsolutionuploadid(String exportsolutionuploadid)
public Exportsolutionupload withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getOwninguser()
public TeamRequest getOwningteam()
public PrincipalRequest getOwnerid()
public BusinessunitRequest getOwningbusinessunit()
public SyncerrorCollectionRequest getExportsolutionupload_SyncErrors()
public DuplicaterecordCollectionRequest getExportsolutionupload_DuplicateMatchingRecord()
public DuplicaterecordCollectionRequest getExportsolutionupload_DuplicateBaseRecord()
public AsyncoperationCollectionRequest getExportsolutionupload_AsyncOperations()
public MailboxtrackingfolderCollectionRequest getExportsolutionupload_MailboxTrackingFolders()
public ProcesssessionCollectionRequest getExportsolutionupload_ProcessSession()
public BulkdeletefailureCollectionRequest getExportsolutionupload_BulkDeleteFailures()
public PrincipalobjectattributeaccessCollectionRequest getExportsolutionupload_PrincipalObjectAttributeAccesses()
public FileattachmentCollectionRequest getExportsolutionupload_FileAttachments()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Exportsolutionupload patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Exportsolutionupload put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.