Class DeploymentRunListPageResponse
-
- All Implemented Interfaces:
public final class DeploymentRunListPageResponsePaginated list of deployment runs. Sorted by created_at descending (most recent first).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeploymentRunListPageResponse.BuilderA builder for DeploymentRunListPageResponse.
-
Method Summary
Modifier and Type Method Description final List<BetaManagedAgentsDeploymentRun>data()List of deployment runs. final Optional<String>nextPage()Opaque cursor for the next page. final JsonField<List<BetaManagedAgentsDeploymentRun>>_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 DeploymentRunListPageResponse.BuildertoBuilder()final DeploymentRunListPageResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static DeploymentRunListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of DeploymentRunListPageResponse. -
-
Method Detail
-
data
final List<BetaManagedAgentsDeploymentRun> data()
List of deployment runs.
-
nextPage
final Optional<String> nextPage()
Opaque cursor for the next page. Null when no more results.
-
_data
final JsonField<List<BetaManagedAgentsDeploymentRun>> _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 DeploymentRunListPageResponse.Builder toBuilder()
-
validate
final DeploymentRunListPageResponse 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 DeploymentRunListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of DeploymentRunListPageResponse.
The following fields are required:
.data()
-
-
-
-