public class Fileattachment extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Fileattachment.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_objectid_value |
protected OffsetDateTime |
createdon |
protected String |
fileattachmentid |
protected String |
filename |
protected Long |
filesizeinbytes |
protected String |
mimetype |
protected String |
objecttypecode |
protected String |
regardingfieldname |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Fileattachment() |
protected String regardingfieldname
protected String filename
protected String _objectid_value
protected String fileattachmentid
protected OffsetDateTime createdon
protected String mimetype
protected Long versionnumber
protected Long filesizeinbytes
protected String objecttypecode
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Fileattachment.Builder builderFileattachment()
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 Fileattachment withRegardingfieldname(String regardingfieldname)
public Fileattachment withFilename(String filename)
public Fileattachment with_objectid_value(String _objectid_value)
public Fileattachment withFileattachmentid(String fileattachmentid)
public Optional<OffsetDateTime> getCreatedon()
public Fileattachment withCreatedon(OffsetDateTime createdon)
public Fileattachment withMimetype(String mimetype)
public Fileattachment withVersionnumber(Long versionnumber)
public Fileattachment withFilesizeinbytes(Long filesizeinbytes)
public Fileattachment withObjecttypecode(String objecttypecode)
public Fileattachment withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SyncerrorCollectionRequest getFileAttachment_SyncErrors()
public SolutionRequest getFileAttachment_Solution()
public SolutionCollectionRequest getSolution_fileid()
public StagesolutionuploadRequest getObjectid_stagesolutionupload()
public ExportsolutionuploadRequest getObjectid_exportsolutionupload()
public AsyncoperationRequest getObjectid_asyncoperation()
public AsyncoperationCollectionRequest getFileAttachment_AsyncOperation_DataBlobId()
public WorkflowlogRequest getObjectid_workflowlog()
public FlowsessionRequest getObjectid_flowsession()
public WorkflowbinaryRequest getObjectid_workflowbinary()
public Msdyn_knowledgearticleimageRequest getObjectid_msdyn_knowledgearticleimage()
public Msdyn_aiconfigurationRequest getObjectid_msdyn_aiconfiguration()
public Msdyn_aibfileRequest getObjectid_msdyn_aibfile()
public CascadegrantrevokeaccessrecordstrackerRequest getObjectid_cascadegrantrevokeaccessrecordstracker()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Fileattachment 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 Fileattachment 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–2021. All rights reserved.