Uses of Class
microsoft.dynamics.crm.entity.Category
-
Packages that use Category Package Description microsoft.dynamics.crm.entity -
-
Uses of Category in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Category Modifier and Type Method Description CategoryCategory.Builder. build()CategoryCategory. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CategoryCategory. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CategoryCategory. with_createdby_value(UUID _createdby_value)CategoryCategory. with_createdonbehalfby_value(UUID _createdonbehalfby_value)CategoryCategory. with_modifiedby_value(UUID _modifiedby_value)CategoryCategory. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)CategoryCategory. with_ownerid_value(UUID _ownerid_value)CategoryCategory. with_owningbusinessunit_value(UUID _owningbusinessunit_value)CategoryCategory. with_owningteam_value(UUID _owningteam_value)CategoryCategory. with_owninguser_value(UUID _owninguser_value)CategoryCategory. with_parentcategoryid_value(UUID _parentcategoryid_value)CategoryCategory. with_transactioncurrencyid_value(UUID _transactioncurrencyid_value)CategoryCategory. withCategoryid(UUID categoryid)CategoryCategory. withCategorynumber(String categorynumber)CategoryCategory. withCreatedon(OffsetDateTime createdon)CategoryCategory. withDescription(String description)CategoryCategory. withExchangerate(BigDecimal exchangerate)CategoryCategory. withImportsequencenumber(Integer importsequencenumber)CategoryCategory. withModifiedon(OffsetDateTime modifiedon)CategoryCategory. withOverriddencreatedon(OffsetDateTime overriddencreatedon)CategoryCategory. withSequencenumber(Integer sequencenumber)CategoryCategory. withTitle(String title)CategoryCategory. withUnmappedField(String name, Object value)CategoryCategory. withVersionnumber(Long versionnumber)
-