public class DirectoryObject extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.NavigationRestrictions
Referenceable = false
Org.OData.Capabilities.V1.CountRestrictions
Countable = false
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = false
Org.OData.Capabilities.V1.SkipSupported
false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = true
Org.OData.Capabilities.V1.NavigationRestrictions
Referenceable = true
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.SkipSupported
true
| Modifier and Type | Class and Description |
|---|---|
static class |
DirectoryObject.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
deletedDateTime |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
DirectoryObject() |
| Modifier and Type | Method and Description |
|---|---|
static DirectoryObject.Builder |
builderDirectoryObject()
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.CollectionPageNonEntityRequest<String> |
checkMemberGroups(List<String> groupIds) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<String> |
checkMemberObjects(List<String> ids) |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<OffsetDateTime> |
getDeletedDateTime() |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<String> |
getMemberGroups(Boolean securityEnabledOnly) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<String> |
getMemberObjects(Boolean securityEnabledOnly) |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
DirectoryObject |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
DirectoryObject |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DirectoryObject> |
restore() |
String |
toString() |
DirectoryObject |
withDeletedDateTime(OffsetDateTime deletedDateTime) |
protected OffsetDateTime deletedDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static DirectoryObject.Builder builderDirectoryObject()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<OffsetDateTime> getDeletedDateTime()
public DirectoryObject withDeletedDateTime(OffsetDateTime deletedDateTime)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic DirectoryObject patch()
this with changed fields reset.public DirectoryObject put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<String> checkMemberGroups(List<String> groupIds)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<String> checkMemberObjects(List<String> ids)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<String> getMemberGroups(Boolean securityEnabledOnly)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<String> getMemberObjects(Boolean securityEnabledOnly)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DirectoryObject> restore()
Copyright © 2018–2020. All rights reserved.