public class GroupPolicyPresentationValueList extends GroupPolicyPresentationValue implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupPolicyPresentationValueList.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<KeyValuePair> |
values |
protected String |
valuesNextLink |
createdDateTime, lastModifiedDateTimechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
GroupPolicyPresentationValueList() |
| Modifier and Type | Method and Description |
|---|---|
static GroupPolicyPresentationValueList.Builder |
builderGroupPolicyPresentationValueList()
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() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> |
getValues()
“A list of pairs for the associated presentation.”
|
String |
odataTypeName() |
GroupPolicyPresentationValueList |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
GroupPolicyPresentationValueList |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
builderGroupPolicyPresentationValue, getCreatedDateTime, getDefinitionValue, getLastModifiedDateTime, getPresentation, withCreatedDateTime, withLastModifiedDateTimeprotected List<KeyValuePair> values
protected String valuesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class GroupPolicyPresentationValuepublic static GroupPolicyPresentationValueList.Builder builderGroupPolicyPresentationValueList()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class GroupPolicyPresentationValuepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class GroupPolicyPresentationValuepublic com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> getValues()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class GroupPolicyPresentationValuepublic GroupPolicyPresentationValueList patch()
this with changed fields reset.patch in class GroupPolicyPresentationValuethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic GroupPolicyPresentationValueList put()
this
with changed fields reset (they were ignored anyway).put in class GroupPolicyPresentationValuethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class GroupPolicyPresentationValueCopyright © 2018–2020. All rights reserved.