Class BetaManagedAgentsRefreshObject
-
- All Implemented Interfaces:
public final class BetaManagedAgentsRefreshObjectOutcome of a refresh-token exchange attempted during credential validation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsRefreshObject.BuilderA builder for BetaManagedAgentsRefreshObject.
public final classBetaManagedAgentsRefreshObject.StatusOutcome of a refresh-token exchange attempted during credential validation.
-
Method Summary
Modifier and Type Method Description final Optional<BetaManagedAgentsRefreshHttpResponse>httpResponse()An HTTP response captured during a credential validation probe. final BetaManagedAgentsRefreshObject.Statusstatus()Outcome of a refresh-token exchange attempted during credential validation. final JsonField<BetaManagedAgentsRefreshHttpResponse>_httpResponse()Returns the raw JSON value of httpResponse. final JsonField<BetaManagedAgentsRefreshObject.Status>_status()Returns the raw JSON value of status. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsRefreshObject.BuildertoBuilder()final BetaManagedAgentsRefreshObjectvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsRefreshObject.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsRefreshObject. -
-
Method Detail
-
httpResponse
final Optional<BetaManagedAgentsRefreshHttpResponse> httpResponse()
An HTTP response captured during a credential validation probe.
-
status
final BetaManagedAgentsRefreshObject.Status status()
Outcome of a refresh-token exchange attempted during credential validation.
-
_httpResponse
final JsonField<BetaManagedAgentsRefreshHttpResponse> _httpResponse()
Returns the raw JSON value of httpResponse.
Unlike httpResponse, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<BetaManagedAgentsRefreshObject.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsRefreshObject.Builder toBuilder()
-
validate
final BetaManagedAgentsRefreshObject 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 BetaManagedAgentsRefreshObject.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsRefreshObject.
The following fields are required:
.httpResponse() .status()
-
-
-
-