public class Activitymimeattachment extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Activitymimeattachment.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_attachmentid_value |
protected String |
_objectid_value |
protected String |
_ownerid_value |
protected String |
_owningbusinessunit_value |
protected String |
_owninguser_value |
protected String |
activitymimeattachmentid |
protected String |
activitymimeattachmentidunique |
protected String |
activitysubject |
protected String |
anonymouslink |
protected String |
attachmentcontentid |
protected Integer |
attachmentnumber |
protected String |
body |
protected byte[] |
body_binary |
protected Integer |
componentstate |
protected String |
filename |
protected Integer |
filesize |
protected Boolean |
isfollowed |
protected Boolean |
ismanaged |
protected String |
mimetype |
protected String |
objecttypecode |
protected OffsetDateTime |
overwritetime |
protected String |
solutionid |
protected String |
subject |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Activitymimeattachment() |
protected Integer componentstate
protected Long versionnumber
protected String _ownerid_value
protected String subject
protected Integer filesize
protected Boolean isfollowed
protected Boolean ismanaged
protected String activitymimeattachmentid
protected String _owninguser_value
protected String attachmentcontentid
protected String _attachmentid_value
protected String objecttypecode
protected String _owningbusinessunit_value
protected String _objectid_value
protected String activitymimeattachmentidunique
protected String mimetype
protected String activitysubject
protected String solutionid
protected Integer attachmentnumber
protected String anonymouslink
protected String filename
protected String body
protected byte[] body_binary
protected OffsetDateTime overwritetime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Activitymimeattachment.Builder builderActivitymimeattachment()
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 Activitymimeattachment withComponentstate(Integer componentstate)
public Activitymimeattachment withVersionnumber(Long versionnumber)
public Activitymimeattachment with_ownerid_value(String _ownerid_value)
public Activitymimeattachment withSubject(String subject)
public Activitymimeattachment withFilesize(Integer filesize)
public Activitymimeattachment withIsfollowed(Boolean isfollowed)
public Activitymimeattachment withIsmanaged(Boolean ismanaged)
public Activitymimeattachment withActivitymimeattachmentid(String activitymimeattachmentid)
public Activitymimeattachment with_owninguser_value(String _owninguser_value)
public Activitymimeattachment withAttachmentcontentid(String attachmentcontentid)
public Activitymimeattachment with_attachmentid_value(String _attachmentid_value)
public Activitymimeattachment withObjecttypecode(String objecttypecode)
public Activitymimeattachment with_owningbusinessunit_value(String _owningbusinessunit_value)
public Activitymimeattachment with_objectid_value(String _objectid_value)
public Activitymimeattachment withActivitymimeattachmentidunique(String activitymimeattachmentidunique)
public Activitymimeattachment withMimetype(String mimetype)
public Activitymimeattachment withActivitysubject(String activitysubject)
public Activitymimeattachment withSolutionid(String solutionid)
public Activitymimeattachment withAttachmentnumber(Integer attachmentnumber)
public Activitymimeattachment withAnonymouslink(String anonymouslink)
public Activitymimeattachment withFilename(String filename)
public Activitymimeattachment withBody(String body)
public Optional<byte[]> getBody_binary()
public Activitymimeattachment withBody_binary(byte[] body_binary)
public Optional<OffsetDateTime> getOverwritetime()
public Activitymimeattachment withOverwritetime(OffsetDateTime overwritetime)
public Activitymimeattachment withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SyncerrorCollectionRequest getActivityMimeAttachment_SyncErrors()
public EmailRequest getObjectid_email()
public ActivitypointerRequest getObjectid_activitypointer()
public TemplateRequest getObjectid_template()
public AttachmentRequest getAttachmentid()
public AppointmentRequest getObjectid_appointment()
public AsyncoperationCollectionRequest getActivityMimeAttachment_AsyncOperations()
public BulkdeletefailureCollectionRequest getActivityMimeAttachment_BulkDeleteFailures()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Activitymimeattachment 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 Activitymimeattachment 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.