public class Ggw_ggw_crew_ggw_team extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Ggw_ggw_crew_ggw_team.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
ggw_crewid |
protected String |
ggw_ggw_crew_ggw_teamid |
protected String |
ggw_teamid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Ggw_ggw_crew_ggw_team() |
| Modifier and Type | Method and Description |
|---|---|
static Ggw_ggw_crew_ggw_team.Builder |
builderGgw_ggw_crew_ggw_team()
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> |
getGgw_crewid() |
Optional<String> |
getGgw_ggw_crew_ggw_teamid() |
Optional<String> |
getGgw_teamid() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
Optional<Long> |
getVersionnumber() |
String |
odataTypeName() |
Ggw_ggw_crew_ggw_team |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Ggw_ggw_crew_ggw_team |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Ggw_ggw_crew_ggw_team |
withGgw_crewid(String ggw_crewid) |
Ggw_ggw_crew_ggw_team |
withGgw_ggw_crew_ggw_teamid(String ggw_ggw_crew_ggw_teamid) |
Ggw_ggw_crew_ggw_team |
withGgw_teamid(String ggw_teamid) |
Ggw_ggw_crew_ggw_team |
withUnmappedField(String name,
String value) |
Ggw_ggw_crew_ggw_team |
withVersionnumber(Long versionnumber) |
protected String ggw_crewid
protected Long versionnumber
protected String ggw_ggw_crew_ggw_teamid
protected String ggw_teamid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Ggw_ggw_crew_ggw_team.Builder builderGgw_ggw_crew_ggw_team()
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 Ggw_ggw_crew_ggw_team withGgw_crewid(String ggw_crewid)
public Ggw_ggw_crew_ggw_team withVersionnumber(Long versionnumber)
public Ggw_ggw_crew_ggw_team withGgw_ggw_crew_ggw_teamid(String ggw_ggw_crew_ggw_teamid)
public Ggw_ggw_crew_ggw_team withGgw_teamid(String ggw_teamid)
public Ggw_ggw_crew_ggw_team 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 Ggw_ggw_crew_ggw_team 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 Ggw_ggw_crew_ggw_team 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.