public class StsPolicy extends PolicyBase implements com.github.davidmoten.odata.client.ODataEntityType
DirectoryObject.Builder| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
definition |
protected String |
definitionNextLink |
protected Boolean |
isOrganizationDefault |
description, displayNamedeletedDateTimechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
StsPolicy() |
| Modifier and Type | Method and Description |
|---|---|
DirectoryObjectCollectionRequest |
getAppliesTo() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getDefinition() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getDefinition(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<Boolean> |
getIsOrganizationDefault() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
StsPolicy |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
StsPolicy |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
StsPolicy |
withIsOrganizationDefault(Boolean isOrganizationDefault) |
getDescription, getDisplayName, withDescription, withDisplayNamebuilderDirectoryObject, checkMemberGroups, checkMemberObjects, getDeletedDateTime, getMemberGroups, getMemberObjects, restore, withDeletedDateTimeprotected String definitionNextLink
protected Boolean isOrganizationDefault
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class PolicyBasepublic com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class PolicyBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class PolicyBasepublic com.github.davidmoten.odata.client.CollectionPage<String> getDefinition()
public com.github.davidmoten.odata.client.CollectionPage<String> getDefinition(com.github.davidmoten.odata.client.HttpRequestOptions options)
public DirectoryObjectCollectionRequest getAppliesTo()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class PolicyBasepublic StsPolicy patch()
this with changed fields reset.patch in class PolicyBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic StsPolicy put()
this
with changed fields reset (they were ignored anyway).put in class PolicyBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class PolicyBaseCopyright © 2018–2020. All rights reserved.