public class Roletemplate extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Roletemplate.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
roletemplateid |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Roletemplate() |
| Modifier and Type | Method and Description |
|---|---|
static Roletemplate.Builder |
builderRoletemplate()
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> |
getName() |
RoleCollectionRequest |
getRole_template_roles() |
Optional<String> |
getRoletemplateid() |
PrivilegeCollectionRequest |
getRoletemplateprivileges_association() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Roletemplate |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Roletemplate |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Roletemplate |
withName(String name) |
Roletemplate |
withRoletemplateid(String roletemplateid) |
Roletemplate |
withUnmappedField(String name,
String value) |
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Roletemplate.Builder builderRoletemplate()
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 Roletemplate withName(String name)
public Roletemplate withRoletemplateid(String roletemplateid)
public Roletemplate withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic PrivilegeCollectionRequest getRoletemplateprivileges_association()
public RoleCollectionRequest getRole_template_roles()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Roletemplate 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 Roletemplate 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.