public class ODataTop extends Object implements MicrosoftGraphQueryParam
Modifier and Type | Field and Description |
---|---|
static ODataTop |
FULL_PAGE |
static int |
MS_GRAPH_MAX_PAGE_SIZE
Maximum page size allowed by the Microsoft Graph API, see https://developer.microsoft.com/en-us/graph/docs/concepts/paging
|
static String |
QUERY_PARAM_NAME |
static ODataTop |
SINGLE_RESULT |
Constructor and Description |
---|
ODataTop(int value) |
Modifier and Type | Method and Description |
---|---|
String |
asRawValue() |
boolean |
equals(Object o) |
static ODataTop |
forSize(int size) |
String |
getName() |
int |
hashCode() |
public static final int MS_GRAPH_MAX_PAGE_SIZE
public static final String QUERY_PARAM_NAME
public static final ODataTop FULL_PAGE
public static final ODataTop SINGLE_RESULT
public String getName()
getName
in interface MicrosoftGraphQueryParam
public String asRawValue()
asRawValue
in interface MicrosoftGraphQueryParam
public static ODataTop forSize(int size)
Copyright © 2020 Atlassian. All rights reserved.