public class Teamprofiles extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Teamprofiles.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
fieldsecurityprofileid |
protected String |
teamid |
protected String |
teamprofileid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Teamprofiles() |
| Modifier and Type | Method and Description |
|---|---|
static Teamprofiles.Builder |
builderTeamprofiles()
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> |
getFieldsecurityprofileid() |
Optional<String> |
getTeamid() |
Optional<String> |
getTeamprofileid() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
Optional<Long> |
getVersionnumber() |
String |
odataTypeName() |
Teamprofiles |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Teamprofiles |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Teamprofiles |
withFieldsecurityprofileid(String fieldsecurityprofileid) |
Teamprofiles |
withTeamid(String teamid) |
Teamprofiles |
withTeamprofileid(String teamprofileid) |
Teamprofiles |
withUnmappedField(String name,
String value) |
Teamprofiles |
withVersionnumber(Long versionnumber) |
protected String teamprofileid
protected Long versionnumber
protected String teamid
protected String fieldsecurityprofileid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Teamprofiles.Builder builderTeamprofiles()
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 Teamprofiles withTeamprofileid(String teamprofileid)
public Teamprofiles withVersionnumber(Long versionnumber)
public Teamprofiles withTeamid(String teamid)
public Teamprofiles withFieldsecurityprofileid(String fieldsecurityprofileid)
public Teamprofiles 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 Teamprofiles 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 Teamprofiles 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.