public class GroupAssignmentTarget extends DeviceAndAppManagementAssignmentTarget implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupAssignmentTarget.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
GroupAssignmentTarget() |
| Modifier and Type | Method and Description |
|---|---|
static GroupAssignmentTarget.Builder |
builderGroupAssignmentTarget()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getGroupId()
“The group Id that is the target of the assignment.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
GroupAssignmentTarget |
withGroupId(String groupId)
Returns an immutable copy of
this with just the groupId field
changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String groupId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceAndAppManagementAssignmentTargetpublic Optional<String> getGroupId()
public GroupAssignmentTarget withGroupId(String groupId)
this with just the groupId field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The group Id that is the target of the assignment.”
groupId - new value of groupId field (as defined in service metadata)this with just the groupId field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceAndAppManagementAssignmentTargetpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceAndAppManagementAssignmentTargetpublic static GroupAssignmentTarget.Builder builderGroupAssignmentTarget()
public String toString()
toString in class DeviceAndAppManagementAssignmentTargetCopyright © 2018–2020. All rights reserved.