@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OwnershipHistoryPagination extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HAS_MORE |
static String |
JSON_PROPERTY_NEXT_CURSOR |
boolean |
unparsed |
| Constructor and Description |
|---|
OwnershipHistoryPagination() |
OwnershipHistoryPagination(Boolean hasMore) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this OwnershipHistoryPagination 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.
|
Boolean |
getHasMore()
Whether more history entries are available beyond this page.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getNextCursor_JsonNullable() |
String |
getNextCursor()
An opaque, base64-encoded cursor token.
|
int |
hashCode() |
OwnershipHistoryPagination |
hasMore(Boolean hasMore) |
OwnershipHistoryPagination |
nextCursor(String nextCursor) |
OwnershipHistoryPagination |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHasMore(Boolean hasMore) |
void |
setNextCursor_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nextCursor) |
void |
setNextCursor(String nextCursor) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_HAS_MORE
public static final String JSON_PROPERTY_NEXT_CURSOR
public OwnershipHistoryPagination()
public OwnershipHistoryPagination(Boolean hasMore)
public OwnershipHistoryPagination hasMore(Boolean hasMore)
public Boolean getHasMore()
public void setHasMore(Boolean hasMore)
public OwnershipHistoryPagination nextCursor(String nextCursor)
@Nullable public String getNextCursor()
cursor query parameter to
retrieve the next page. Absent or null when there are no further pages.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 OwnershipHistoryPagination 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.