public class Territory extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Territory.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_managerid_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_organizationid_value |
protected String |
_parentterritoryid_value |
protected String |
_transactioncurrencyid_value |
protected OffsetDateTime |
createdon |
protected String |
description |
protected byte[] |
entityimage |
protected Long |
entityimage_timestamp |
protected String |
entityimage_url |
protected String |
entityimageid |
protected BigDecimal |
exchangerate |
protected Integer |
importsequencenumber |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected OffsetDateTime |
overriddencreatedon |
protected String |
territoryid |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Territory() |
protected Integer utcconversiontimezonecode
protected String _modifiedby_value
protected String entityimage_url
protected Long versionnumber
protected Long entityimage_timestamp
protected String _managerid_value
protected OffsetDateTime createdon
protected Integer importsequencenumber
protected String territoryid
protected String description
protected OffsetDateTime modifiedon
protected BigDecimal exchangerate
protected String _organizationid_value
protected String _modifiedonbehalfby_value
protected OffsetDateTime overriddencreatedon
protected byte[] entityimage
protected String _parentterritoryid_value
protected String _transactioncurrencyid_value
protected String _createdby_value
protected String _createdonbehalfby_value
protected Integer timezoneruleversionnumber
protected String name
protected String entityimageid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Territory.Builder builderTerritory()
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 Territory withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Optional<OffsetDateTime> getCreatedon()
public Territory withCreatedon(OffsetDateTime createdon)
public Optional<OffsetDateTime> getModifiedon()
public Territory withModifiedon(OffsetDateTime modifiedon)
public Optional<BigDecimal> getExchangerate()
public Territory withExchangerate(BigDecimal exchangerate)
public Territory with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Territory withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Optional<byte[]> getEntityimage()
public Territory withEntityimage(byte[] entityimage)
public Territory with_parentterritoryid_value(String _parentterritoryid_value)
public Territory with_transactioncurrencyid_value(String _transactioncurrencyid_value)
public Territory with_createdonbehalfby_value(String _createdonbehalfby_value)
public Territory withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Territory withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public OrganizationRequest getOrganizationid()
public SyncerrorCollectionRequest getTerritory_SyncErrors()
public AsyncoperationCollectionRequest getTerritory_AsyncOperations()
public MailboxtrackingfolderCollectionRequest getTerritory_MailboxTrackingFolders()
public ProcesssessionCollectionRequest getTerritory_ProcessSessions()
public BulkdeletefailureCollectionRequest getTerritory_BulkDeleteFailures()
public PrincipalobjectattributeaccessCollectionRequest getTerritory_principalobjectattributeaccess()
public ConnectionCollectionRequest getTerritory_connections1()
public ConnectionCollectionRequest getTerritory_connections2()
public TransactioncurrencyRequest getTransactioncurrencyid()
public SystemuserRequest getManagerid()
public SystemuserCollectionRequest getTerritory_system_users()
public TerritoryRequest getParentterritoryid()
public TerritoryCollectionRequest getTerritory_parent_territory()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Territory 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 Territory 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.