public class Teamtemplate extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Teamtemplate.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected OffsetDateTime |
createdon |
protected Integer |
defaultaccessrightsmask |
protected String |
description |
protected Boolean |
issystem |
protected OffsetDateTime |
modifiedon |
protected Integer |
objecttypecode |
protected String |
teamtemplateid |
protected String |
teamtemplatename |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Teamtemplate() |
protected String _modifiedonbehalfby_value
protected OffsetDateTime modifiedon
protected Long versionnumber
protected String _createdonbehalfby_value
protected Integer objecttypecode
protected Integer defaultaccessrightsmask
protected String _createdby_value
protected String teamtemplateid
protected OffsetDateTime createdon
protected String description
protected Boolean issystem
protected String _modifiedby_value
protected String teamtemplatename
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Teamtemplate.Builder builderTeamtemplate()
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 Teamtemplate with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getModifiedon()
public Teamtemplate withModifiedon(OffsetDateTime modifiedon)
public Teamtemplate withVersionnumber(Long versionnumber)
public Teamtemplate with_createdonbehalfby_value(String _createdonbehalfby_value)
public Teamtemplate withObjecttypecode(Integer objecttypecode)
public Teamtemplate withDefaultaccessrightsmask(Integer defaultaccessrightsmask)
public Teamtemplate with_createdby_value(String _createdby_value)
public Teamtemplate withTeamtemplateid(String teamtemplateid)
public Optional<OffsetDateTime> getCreatedon()
public Teamtemplate withCreatedon(OffsetDateTime createdon)
public Teamtemplate withDescription(String description)
public Teamtemplate withIssystem(Boolean issystem)
public Teamtemplate with_modifiedby_value(String _modifiedby_value)
public Teamtemplate withTeamtemplatename(String teamtemplatename)
public Teamtemplate withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic TeamCollectionRequest getTeamtemplate_Teams()
public SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public SyncerrorCollectionRequest getTeamTemplate_SyncErrors()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Teamtemplate 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 Teamtemplate 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.