public class DirectoryObjectCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<DirectoryObject,DirectoryObjectRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
DirectoryObjectCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DirectoryObject> |
getByIds(List<String> ids,
List<String> types) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DirectoryObject> |
getUserOwnedObjects(String userId,
String type) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
validateProperties(String entityType,
String displayName,
String mailNickname,
String onBehalfOfUserId) |
connectTimeout, expand, filter, filter, get, id, iterator, maxPageSize, metadataFull, metadataMinimal, metadataNone, orderBy, post, readTimeout, requestHeader, requestHeader, search, select, skip, stream, to, toList, top, urlOverrideclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DirectoryObjectCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DirectoryObject> getByIds(List<String> ids, List<String> types)
public com.github.davidmoten.odata.client.ActionRequestNoReturn validateProperties(String entityType, String displayName, String mailNickname, String onBehalfOfUserId)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DirectoryObject> getUserOwnedObjects(String userId, String type)
Copyright © 2018–2020. All rights reserved.