public class Systemuserlicenses extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Systemuserlicenses.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
licenseid |
protected String |
systemuserid |
protected String |
systemuserlicenseid |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Systemuserlicenses() |
| Modifier and Type | Method and Description |
|---|---|
static Systemuserlicenses.Builder |
builderSystemuserlicenses()
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> |
getLicenseid() |
Optional<String> |
getSystemuserid() |
Optional<String> |
getSystemuserlicenseid() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Systemuserlicenses |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Systemuserlicenses |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Systemuserlicenses |
withLicenseid(String licenseid) |
Systemuserlicenses |
withSystemuserid(String systemuserid) |
Systemuserlicenses |
withSystemuserlicenseid(String systemuserlicenseid) |
Systemuserlicenses |
withUnmappedField(String name,
String value) |
protected String systemuserid
protected String licenseid
protected String systemuserlicenseid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Systemuserlicenses.Builder builderSystemuserlicenses()
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 Systemuserlicenses withSystemuserid(String systemuserid)
public Systemuserlicenses withLicenseid(String licenseid)
public Systemuserlicenses withSystemuserlicenseid(String systemuserlicenseid)
public Systemuserlicenses 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 Systemuserlicenses 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 Systemuserlicenses 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.