public abstract class FeedOptionsBase extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
FeedOptionsBase() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPageSize()
Gets the maximum number of items to be returned in the enumeration
operation.
|
String |
getRequestContinuation()
Gets the request continuation token.
|
void |
setPageSize(Integer pageSize)
Sets the maximum number of items to be returned in the enumeration
operation.
|
void |
setRequestContinuation(String requestContinuation)
Sets the request continuation token.
|
public Integer getPageSize()
public void setPageSize(Integer pageSize)
pageSize - the page size.public String getRequestContinuation()
public void setRequestContinuation(String requestContinuation)
requestContinuation - the request continuation.Copyright © 2018. All rights reserved.