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(String _createdby_value)AnnotationAnnotation. with_createdonbehalfby_value(String _createdonbehalfby_value)AnnotationAnnotation. with_modifiedby_value(String _modifiedby_value)AnnotationAnnotation. with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)AnnotationAnnotation. with_objectid_value(String _objectid_value)AnnotationAnnotation. with_ownerid_value(String _ownerid_value)AnnotationAnnotation. with_owningbusinessunit_value(String _owningbusinessunit_value)AnnotationAnnotation. with_owningteam_value(String _owningteam_value)AnnotationAnnotation. with_owninguser_value(String _owninguser_value)AnnotationAnnotation. withAnnotationid(String 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, String value)AnnotationAnnotation. withVersionnumber(Long versionnumber)
-