public class StorageListRequest extends StorageRequest
| Constructor and Description |
|---|
StorageListRequest(Integer tenantId,
String type,
String cursorId,
boolean xCursor)
Initialize the needed parameters for request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCursorId()
Get the cursor ID
|
boolean |
isxCursor()
Get the x-cursor
|
getTenantId, getType, toStringpublic StorageListRequest(Integer tenantId, String type, String cursorId, boolean xCursor)
tenantId - the request tenantIdtype - the type The request typecursorId - the cursor IDxCursor - the x-cursor, true for new cursor (new query), false for
endingpublic String getCursorId()
public boolean isxCursor()
Copyright © 2018 Vitam. All rights reserved.