public class Languagelocale extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Languagelocale.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_organizationid_value |
protected String |
code |
protected String |
language |
protected String |
languagelocaleid |
protected Integer |
localeid |
protected String |
name |
protected String |
region |
protected Integer |
statecode |
protected Integer |
statuscode |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Languagelocale() |
protected String region
protected String languagelocaleid
protected String language
protected String code
protected Long versionnumber
protected Integer statecode
protected Integer statuscode
protected String _organizationid_value
protected String name
protected Integer localeid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Languagelocale.Builder builderLanguagelocale()
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 Languagelocale withRegion(String region)
public Languagelocale withLanguagelocaleid(String languagelocaleid)
public Languagelocale withLanguage(String language)
public Languagelocale withCode(String code)
public Languagelocale withVersionnumber(Long versionnumber)
public Languagelocale withStatecode(Integer statecode)
public Languagelocale withStatuscode(Integer statuscode)
public Languagelocale with_organizationid_value(String _organizationid_value)
public Languagelocale withName(String name)
public Languagelocale withLocaleid(Integer localeid)
public Languagelocale withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic KnowledgearticleCollectionRequest getKnowledgearticle_languagelocaleid()
public OrganizationRequest getOrganizationid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Languagelocale 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 Languagelocale 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–2021. All rights reserved.