public class Optionset extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Optionset.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
componentstate |
protected String |
name |
protected String |
optionsetid |
protected OffsetDateTime |
overwritetime |
protected String |
solutionid |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Optionset() |
| Modifier and Type | Method and Description |
|---|---|
static Optionset.Builder |
builderOptionset()
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<Integer> |
getComponentstate() |
Optional<String> |
getName() |
Optional<String> |
getOptionsetid() |
Optional<OffsetDateTime> |
getOverwritetime() |
Optional<String> |
getSolutionid() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Optionset |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Optionset |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Optionset |
withComponentstate(Integer componentstate) |
Optionset |
withName(String name) |
Optionset |
withOptionsetid(String optionsetid) |
Optionset |
withOverwritetime(OffsetDateTime overwritetime) |
Optionset |
withSolutionid(String solutionid) |
Optionset |
withUnmappedField(String name,
String value) |
protected String name
protected String solutionid
protected String optionsetid
protected Integer componentstate
protected OffsetDateTime overwritetime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Optionset.Builder builderOptionset()
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 Optional<OffsetDateTime> getOverwritetime()
public Optionset withOverwritetime(OffsetDateTime overwritetime)
public Optionset 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 Optionset 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 Optionset 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.