public class RoleScopeTagCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<RoleScopeTag,RoleScopeTagRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
RoleScopeTagCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
RoleScopeTagAutoAssignmentCollectionRequest |
assignments() |
RoleScopeTagAutoAssignmentRequest |
assignments(String id) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTag> |
getRoleScopeTagsById(List<String> roleScopeTagIds) |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<Boolean> |
hasCustomRoleScopeTag() |
public RoleScopeTagCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public RoleScopeTagAutoAssignmentCollectionRequest assignments()
public RoleScopeTagAutoAssignmentRequest assignments(String id)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTag> getRoleScopeTagsById(List<String> roleScopeTagIds)
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<Boolean> hasCustomRoleScopeTag()
Copyright © 2018–2020. All rights reserved.