public class Knowledgearticlescategories extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Knowledgearticlescategories.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
categoryid |
protected String |
knowledgearticlecategoryid |
protected String |
knowledgearticleid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Knowledgearticlescategories() |
| Modifier and Type | Method and Description |
|---|---|
static Knowledgearticlescategories.Builder |
builderKnowledgearticlescategories()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getCategoryid() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getKnowledgearticlecategoryid() |
Optional<String> |
getKnowledgearticleid() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
Optional<Long> |
getVersionnumber() |
String |
odataTypeName() |
Knowledgearticlescategories |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Knowledgearticlescategories |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Knowledgearticlescategories |
withCategoryid(String categoryid) |
Knowledgearticlescategories |
withKnowledgearticlecategoryid(String knowledgearticlecategoryid) |
Knowledgearticlescategories |
withKnowledgearticleid(String knowledgearticleid) |
Knowledgearticlescategories |
withUnmappedField(String name,
String value) |
Knowledgearticlescategories |
withVersionnumber(Long versionnumber) |
protected String knowledgearticlecategoryid
protected String categoryid
protected String knowledgearticleid
protected Long versionnumber
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Knowledgearticlescategories.Builder builderKnowledgearticlescategories()
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 Knowledgearticlescategories withKnowledgearticlecategoryid(String knowledgearticlecategoryid)
public Knowledgearticlescategories withCategoryid(String categoryid)
public Knowledgearticlescategories withKnowledgearticleid(String knowledgearticleid)
public Knowledgearticlescategories withVersionnumber(Long versionnumber)
public Knowledgearticlescategories withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Knowledgearticlescategories 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 Knowledgearticlescategories 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.