public class Category extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Category.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_ownerid_value |
protected String |
_owningbusinessunit_value |
protected String |
_owningteam_value |
protected String |
_owninguser_value |
protected String |
_parentcategoryid_value |
protected String |
_transactioncurrencyid_value |
protected String |
categoryid |
protected String |
categorynumber |
protected OffsetDateTime |
createdon |
protected String |
description |
protected BigDecimal |
exchangerate |
protected Integer |
importsequencenumber |
protected OffsetDateTime |
modifiedon |
protected OffsetDateTime |
overriddencreatedon |
protected Integer |
sequencenumber |
protected String |
title |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Category() |
protected String _modifiedby_value
protected String _createdonbehalfby_value
protected OffsetDateTime modifiedon
protected OffsetDateTime createdon
protected String title
protected String description
protected OffsetDateTime overriddencreatedon
protected String _ownerid_value
protected String categorynumber
protected String _modifiedonbehalfby_value
protected String _owningteam_value
protected String _parentcategoryid_value
protected Integer sequencenumber
protected String _createdby_value
protected String _transactioncurrencyid_value
protected BigDecimal exchangerate
protected String _owningbusinessunit_value
protected Long versionnumber
protected Integer importsequencenumber
protected String _owninguser_value
protected String categoryid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Category.Builder builderCategory()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Category with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getModifiedon()
public Category withModifiedon(OffsetDateTime modifiedon)
public Optional<OffsetDateTime> getCreatedon()
public Category withCreatedon(OffsetDateTime createdon)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Category withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Category with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Category with_parentcategoryid_value(String _parentcategoryid_value)
public Category with_transactioncurrencyid_value(String _transactioncurrencyid_value)
public Optional<BigDecimal> getExchangerate()
public Category withExchangerate(BigDecimal exchangerate)
public Category with_owningbusinessunit_value(String _owningbusinessunit_value)
public Category withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic CategoryRequest getParentcategoryid()
public CategoryCollectionRequest getCategory_parent_category()
public SyncerrorCollectionRequest getCategory_SyncErrors()
public SystemuserRequest getLk_category_modifiedonbehalfby()
public PrincipalRequest getOwnerid()
public SystemuserRequest getLk_category_createdonbehalfby()
public TransactioncurrencyRequest getTransactioncurrencyid()
public SystemuserRequest getLk_category_modifiedby()
public KnowledgearticleCollectionRequest getKnowledgearticle_category()
public SystemuserRequest getLk_category_createdby()
public BusinessunitRequest getOwningbusinessunit()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Category patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Category put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.