public class Msdyn_solutioncomponentdatasource extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Msdyn_solutioncomponentdatasource.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
msdyn_name |
protected String |
msdyn_solutioncomponentdatasourceid |
protected String |
organizationid |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Msdyn_solutioncomponentdatasource() |
| Modifier and Type | Method and Description |
|---|---|
static Msdyn_solutioncomponentdatasource.Builder |
builderMsdyn_solutioncomponentdatasource()
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> |
getMsdyn_name() |
Optional<String> |
getMsdyn_solutioncomponentdatasourceid() |
Optional<String> |
getOrganizationid() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Msdyn_solutioncomponentdatasource |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Msdyn_solutioncomponentdatasource |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Msdyn_solutioncomponentdatasource |
withMsdyn_name(String msdyn_name) |
Msdyn_solutioncomponentdatasource |
withMsdyn_solutioncomponentdatasourceid(String msdyn_solutioncomponentdatasourceid) |
Msdyn_solutioncomponentdatasource |
withOrganizationid(String organizationid) |
Msdyn_solutioncomponentdatasource |
withUnmappedField(String name,
String value) |
protected String msdyn_solutioncomponentdatasourceid
protected String msdyn_name
protected String organizationid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Msdyn_solutioncomponentdatasource.Builder builderMsdyn_solutioncomponentdatasource()
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<String> getMsdyn_solutioncomponentdatasourceid()
public Msdyn_solutioncomponentdatasource withMsdyn_solutioncomponentdatasourceid(String msdyn_solutioncomponentdatasourceid)
public Msdyn_solutioncomponentdatasource withMsdyn_name(String msdyn_name)
public Msdyn_solutioncomponentdatasource withOrganizationid(String organizationid)
public Msdyn_solutioncomponentdatasource 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 Msdyn_solutioncomponentdatasource 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 Msdyn_solutioncomponentdatasource 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.