public class Annotation extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Annotation.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_objectid_value |
protected String |
_ownerid_value |
protected String |
_owningbusinessunit_value |
protected String |
_owningteam_value |
protected String |
_owninguser_value |
protected String |
annotationid |
protected OffsetDateTime |
createdon |
protected String |
documentbody |
protected byte[] |
documentbody_binary |
protected String |
dummyfilename |
protected String |
dummyregarding |
protected String |
filename |
protected Integer |
filesize |
protected Integer |
importsequencenumber |
protected Boolean |
isdocument |
protected String |
langid |
protected String |
mimetype |
protected OffsetDateTime |
modifiedon |
protected String |
notetext |
protected String |
objecttypecode |
protected OffsetDateTime |
overriddencreatedon |
protected String |
prefix |
protected String |
stepid |
protected String |
subject |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Annotation() |
protected Integer importsequencenumber
protected String _modifiedby_value
protected String _owningbusinessunit_value
protected String notetext
protected String _objectid_value
protected String objecttypecode
protected OffsetDateTime createdon
protected String dummyregarding
protected String dummyfilename
protected String annotationid
protected String mimetype
protected String _createdonbehalfby_value
protected String _createdby_value
protected String prefix
protected OffsetDateTime modifiedon
protected String _ownerid_value
protected String _modifiedonbehalfby_value
protected String langid
protected String documentbody
protected byte[] documentbody_binary
protected Boolean isdocument
protected String _owningteam_value
protected Long versionnumber
protected Integer filesize
protected String _owninguser_value
protected String stepid
protected String filename
protected OffsetDateTime overriddencreatedon
protected String subject
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Annotation.Builder builderAnnotation()
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 Annotation withImportsequencenumber(Integer importsequencenumber)
public Annotation with_modifiedby_value(String _modifiedby_value)
public Annotation with_owningbusinessunit_value(String _owningbusinessunit_value)
public Annotation withNotetext(String notetext)
public Annotation with_objectid_value(String _objectid_value)
public Annotation withObjecttypecode(String objecttypecode)
public Optional<OffsetDateTime> getCreatedon()
public Annotation withCreatedon(OffsetDateTime createdon)
public Annotation withDummyregarding(String dummyregarding)
public Annotation withDummyfilename(String dummyfilename)
public Annotation withAnnotationid(String annotationid)
public Annotation withMimetype(String mimetype)
public Annotation with_createdonbehalfby_value(String _createdonbehalfby_value)
public Annotation with_createdby_value(String _createdby_value)
public Annotation withPrefix(String prefix)
public Optional<OffsetDateTime> getModifiedon()
public Annotation withModifiedon(OffsetDateTime modifiedon)
public Annotation with_ownerid_value(String _ownerid_value)
public Annotation with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Annotation withLangid(String langid)
public Annotation withDocumentbody(String documentbody)
public Optional<byte[]> getDocumentbody_binary()
public Annotation withDocumentbody_binary(byte[] documentbody_binary)
public Annotation withIsdocument(Boolean isdocument)
public Annotation with_owningteam_value(String _owningteam_value)
public Annotation withVersionnumber(Long versionnumber)
public Annotation withFilesize(Integer filesize)
public Annotation with_owninguser_value(String _owninguser_value)
public Annotation withStepid(String stepid)
public Annotation withFilename(String filename)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Annotation withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Annotation withSubject(String subject)
public Annotation withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic KnowledgearticleRequest getObjectid_knowledgearticle()
public KnowledgebaserecordRequest getObjectid_knowledgebaserecord()
public AccountRequest getObjectid_account()
public SystemuserRequest getModifiedonbehalfby()
public KbarticleRequest getObjectid_kbarticle()
public AppointmentRequest getObjectid_appointment()
public BusinessunitRequest getOwningbusinessunit()
public BulkdeletefailureCollectionRequest getAnnotation_BulkDeleteFailures()
public SlaRequest getObjectid_sla()
public CalendarRequest getObjectid_calendar()
public SystemuserRequest getCreatedby()
public FaxRequest getObjectid_fax()
public ContactRequest getObjectid_contact()
public SystemuserRequest getOwninguser()
public LetterRequest getObjectid_letter()
public PrincipalRequest getOwnerid()
public GoalRequest getObjectid_goal()
public TaskRequest getObjectid_task()
public EmailRequest getObjectid_email()
public WorkflowRequest getObjectid_workflow()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public AsyncoperationCollectionRequest getAnnotation_AsyncOperations()
public ProcesssessionCollectionRequest getAnnotation_ProcessSessions()
public MailboxRequest getObjectid_mailbox()
public SocialactivityRequest getObjectid_socialactivity()
public TeamRequest getOwningteam()
public DuplicateruleRequest getObjectid_duplicaterule()
public SyncerrorCollectionRequest getAnnotation_SyncErrors()
public PhonecallRequest getObjectid_phonecall()
public EmailserverprofileRequest getObjectid_emailserverprofile()
public RecurringappointmentmasterRequest getObjectid_recurringappointmentmaster()
public Msdyn_aimodelRequest getObjectid_msdyn_aimodel()
public Msdyn_aifptrainingdocumentRequest getObjectid_msdyn_aifptrainingdocument()
public Msdyn_aiodimageRequest getObjectid_msdyn_aiodimage()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Annotation 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 Annotation 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.