Class BetaSelfHostedWorkListResponse
-
- All Implemented Interfaces:
public final class BetaSelfHostedWorkListResponseResponse when listing work items with cursor-based pagination.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaSelfHostedWorkListResponse.BuilderA builder for BetaSelfHostedWorkListResponse.
-
Method Summary
Modifier and Type Method Description final List<BetaSelfHostedWork>data()List of work items final Optional<String>nextPage()Opaque cursor for fetching the next page of results final JsonField<List<BetaSelfHostedWork>>_data()Returns the raw JSON value of data. final JsonField<String>_nextPage()Returns the raw JSON value of nextPage. final Map<String, JsonValue>_additionalProperties()final BetaSelfHostedWorkListResponse.BuildertoBuilder()final BetaSelfHostedWorkListResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaSelfHostedWorkListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of BetaSelfHostedWorkListResponse. -
-
Method Detail
-
data
final List<BetaSelfHostedWork> data()
List of work items
-
_data
final JsonField<List<BetaSelfHostedWork>> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_nextPage
final JsonField<String> _nextPage()
Returns the raw JSON value of nextPage.
Unlike nextPage, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaSelfHostedWorkListResponse.Builder toBuilder()
-
validate
final BetaSelfHostedWorkListResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaSelfHostedWorkListResponse.Builder builder()
Returns a mutable builder for constructing an instance of BetaSelfHostedWorkListResponse.
The following fields are required:
.data() .nextPage()
-
-
-
-