@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GlobalOrgsMetaPage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CURSOR |
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_NEXT_CURSOR |
static String |
JSON_PROPERTY_PREV_CURSOR |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
GlobalOrgsMetaPage() |
| Modifier and Type | Method and Description |
|---|---|
GlobalOrgsMetaPage |
cursor(String cursor) |
boolean |
equals(Object o)
Return true if this GlobalOrgsMetaPage object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getCursor()
The cursor used to get the current results, if any.
|
Integer |
getLimit()
Number of results returned.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getNextCursor_JsonNullable() |
String |
getNextCursor()
The cursor used to get the next results, if any.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getPrevCursor_JsonNullable() |
String |
getPrevCursor()
The cursor used to get the previous results, if any.
|
GlobalOrgsMetaPageType |
getType()
Type of global orgs pagination.
|
int |
hashCode() |
GlobalOrgsMetaPage |
limit(Integer limit) |
GlobalOrgsMetaPage |
nextCursor(String nextCursor) |
GlobalOrgsMetaPage |
prevCursor(String prevCursor) |
GlobalOrgsMetaPage |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCursor(String cursor) |
void |
setLimit(Integer limit) |
void |
setNextCursor_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nextCursor) |
void |
setNextCursor(String nextCursor) |
void |
setPrevCursor_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> prevCursor) |
void |
setPrevCursor(String prevCursor) |
void |
setType(GlobalOrgsMetaPageType type) |
String |
toString() |
GlobalOrgsMetaPage |
type(GlobalOrgsMetaPageType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CURSOR
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_NEXT_CURSOR
public static final String JSON_PROPERTY_PREV_CURSOR
public static final String JSON_PROPERTY_TYPE
public GlobalOrgsMetaPage cursor(String cursor)
@Nullable public String getCursor()
public void setCursor(String cursor)
public GlobalOrgsMetaPage limit(Integer limit)
@Nullable public Integer getLimit()
public void setLimit(Integer limit)
public GlobalOrgsMetaPage nextCursor(String nextCursor)
@Nullable public String getNextCursor()
public org.openapitools.jackson.nullable.JsonNullable<String> getNextCursor_JsonNullable()
public void setNextCursor_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nextCursor)
public void setNextCursor(String nextCursor)
public GlobalOrgsMetaPage prevCursor(String prevCursor)
@Nullable public String getPrevCursor()
public org.openapitools.jackson.nullable.JsonNullable<String> getPrevCursor_JsonNullable()
public void setPrevCursor_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> prevCursor)
public void setPrevCursor(String prevCursor)
public GlobalOrgsMetaPage type(GlobalOrgsMetaPageType type)
@Nullable public GlobalOrgsMetaPageType getType()
public void setType(GlobalOrgsMetaPageType type)
public GlobalOrgsMetaPage putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.