public class DirectoryRoleCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<DirectoryRole,DirectoryRoleRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
DirectoryRoleCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DirectoryRole> |
delta() |
DirectoryObjectCollectionRequest |
members() |
DirectoryObjectRequest |
members(String id) |
ScopedRoleMembershipCollectionRequest |
scopedMembers() |
ScopedRoleMembershipRequest |
scopedMembers(String id) |
public DirectoryRoleCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public DirectoryObjectCollectionRequest members()
public DirectoryObjectRequest members(String id)
public ScopedRoleMembershipCollectionRequest scopedMembers()
public ScopedRoleMembershipRequest scopedMembers(String id)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DirectoryRole> delta()
Copyright © 2018–2020. All rights reserved.