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