Package com.circleci.client.v2.model
Class CheckoutKeyListResponse
- java.lang.Object
-
- com.circleci.client.v2.model.CheckoutKeyListResponse
-
public class CheckoutKeyListResponse extends Object
CheckoutKeyListResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ITEMSstatic StringJSON_PROPERTY_NEXT_PAGE_TOKEN
-
Constructor Summary
Constructors Constructor Description CheckoutKeyListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckoutKeyListResponseaddItemsItem(CheckoutKey itemsItem)booleanequals(Object o)List<CheckoutKey>getItems()Get itemsStringgetNextPageToken()A token to pass as a `page-token` query parameter to return the next page of results.inthashCode()CheckoutKeyListResponseitems(List<CheckoutKey> items)CheckoutKeyListResponsenextPageToken(String nextPageToken)voidsetItems(List<CheckoutKey> items)voidsetNextPageToken(String nextPageToken)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ITEMS
public static final String JSON_PROPERTY_ITEMS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NEXT_PAGE_TOKEN
public static final String JSON_PROPERTY_NEXT_PAGE_TOKEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
items
public CheckoutKeyListResponse items(List<CheckoutKey> items)
-
addItemsItem
public CheckoutKeyListResponse addItemsItem(CheckoutKey itemsItem)
-
getItems
public List<CheckoutKey> getItems()
Get items- Returns:
- items
-
setItems
public void setItems(List<CheckoutKey> items)
-
nextPageToken
public CheckoutKeyListResponse nextPageToken(String nextPageToken)
-
getNextPageToken
public String getNextPageToken()
A token to pass as a `page-token` query parameter to return the next page of results.- Returns:
- nextPageToken
-
setNextPageToken
public void setNextPageToken(String nextPageToken)
-
-