Uses of Class
microsoft.dynamics.crm.entity.Annotation
-
Packages that use Annotation Package Description microsoft.dynamics.crm.entity -
-
Uses of Annotation in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Annotation Modifier and Type Method Description AnnotationAnnotation.Builder. build()AnnotationAnnotation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AnnotationAnnotation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AnnotationAnnotation. with_createdby_value(UUID _createdby_value)AnnotationAnnotation. with_createdonbehalfby_value(UUID _createdonbehalfby_value)AnnotationAnnotation. with_modifiedby_value(UUID _modifiedby_value)AnnotationAnnotation. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)AnnotationAnnotation. with_objectid_value(UUID _objectid_value)AnnotationAnnotation. with_ownerid_value(UUID _ownerid_value)AnnotationAnnotation. with_owningbusinessunit_value(UUID _owningbusinessunit_value)AnnotationAnnotation. with_owningteam_value(UUID _owningteam_value)AnnotationAnnotation. with_owninguser_value(UUID _owninguser_value)AnnotationAnnotation. withAnnotationid(UUID annotationid)AnnotationAnnotation. withCreatedon(OffsetDateTime createdon)AnnotationAnnotation. withDocumentbody(String documentbody)AnnotationAnnotation. withDocumentbody_binary(byte[] documentbody_binary)AnnotationAnnotation. withDummyfilename(String dummyfilename)AnnotationAnnotation. withDummyregarding(String dummyregarding)AnnotationAnnotation. withFilename(String filename)AnnotationAnnotation. withFilesize(Integer filesize)AnnotationAnnotation. withImportsequencenumber(Integer importsequencenumber)AnnotationAnnotation. withIsdocument(Boolean isdocument)AnnotationAnnotation. withLangid(String langid)AnnotationAnnotation. withMimetype(String mimetype)AnnotationAnnotation. withModifiedon(OffsetDateTime modifiedon)AnnotationAnnotation. withNotetext(String notetext)AnnotationAnnotation. withObjecttypecode(String objecttypecode)AnnotationAnnotation. withOverriddencreatedon(OffsetDateTime overriddencreatedon)AnnotationAnnotation. withPrefix(String prefix)AnnotationAnnotation. withStepid(String stepid)AnnotationAnnotation. withSubject(String subject)AnnotationAnnotation. withUnmappedField(String name, Object value)AnnotationAnnotation. withVersionnumber(Long versionnumber)
-