| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity |
| Modifier and Type | Method and Description |
|---|---|
Category |
Category.Builder.build() |
Category |
Category.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Category |
Category.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Category |
Category.with_createdby_value(String _createdby_value) |
Category |
Category.with_createdonbehalfby_value(String _createdonbehalfby_value) |
Category |
Category.with_modifiedby_value(String _modifiedby_value) |
Category |
Category.with_modifiedonbehalfby_value(String _modifiedonbehalfby_value) |
Category |
Category.with_ownerid_value(String _ownerid_value) |
Category |
Category.with_owningbusinessunit_value(String _owningbusinessunit_value) |
Category |
Category.with_owningteam_value(String _owningteam_value) |
Category |
Category.with_owninguser_value(String _owninguser_value) |
Category |
Category.with_parentcategoryid_value(String _parentcategoryid_value) |
Category |
Category.with_transactioncurrencyid_value(String _transactioncurrencyid_value) |
Category |
Category.withCategoryid(String categoryid) |
Category |
Category.withCategorynumber(String categorynumber) |
Category |
Category.withCreatedon(OffsetDateTime createdon) |
Category |
Category.withDescription(String description) |
Category |
Category.withExchangerate(BigDecimal exchangerate) |
Category |
Category.withImportsequencenumber(Integer importsequencenumber) |
Category |
Category.withModifiedon(OffsetDateTime modifiedon) |
Category |
Category.withOverriddencreatedon(OffsetDateTime overriddencreatedon) |
Category |
Category.withSequencenumber(Integer sequencenumber) |
Category |
Category.withTitle(String title) |
Category |
Category.withUnmappedField(String name,
String value) |
Category |
Category.withVersionnumber(Long versionnumber) |
Copyright © 2018–2020. All rights reserved.