Uses of Class
microsoft.dynamics.crm.entity.Letter
-
Packages that use Letter Package Description microsoft.dynamics.crm.entity -
-
Uses of Letter in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Letter Modifier and Type Method Description LetterLetter.Builder. build()LetterLetter. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.LetterLetter. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).LetterLetter. withAddress(String address)LetterLetter. withCategory(String category)LetterLetter. withDirectioncode(Boolean directioncode)LetterLetter. withImportsequencenumber(Integer importsequencenumber)LetterLetter. withOverriddencreatedon(OffsetDateTime overriddencreatedon)LetterLetter. withSubcategory(String subcategory)LetterLetter. withSubscriptionid(UUID subscriptionid)LetterLetter. withUnmappedField(String name, Object value)
-