Class BetaManagedAgentsRefreshObject.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsRefreshObject.BuilderA builder for BetaManagedAgentsRefreshObject.
-
-
Method Summary
-
-
Method Detail
-
httpResponse
final BetaManagedAgentsRefreshObject.Builder httpResponse(BetaManagedAgentsRefreshHttpResponse httpResponse)
An HTTP response captured during a credential validation probe.
-
httpResponse
final BetaManagedAgentsRefreshObject.Builder httpResponse(Optional<BetaManagedAgentsRefreshHttpResponse> httpResponse)
Alias for calling Builder.httpResponse with
httpResponse.orElse(null).
-
httpResponse
final BetaManagedAgentsRefreshObject.Builder httpResponse(JsonField<BetaManagedAgentsRefreshHttpResponse> httpResponse)
Sets Builder.httpResponse to an arbitrary JSON value.
You should usually call Builder.httpResponse with a well-typed BetaManagedAgentsRefreshHttpResponse value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
status
final BetaManagedAgentsRefreshObject.Builder status(BetaManagedAgentsRefreshObject.Status status)
Outcome of a refresh-token exchange attempted during credential validation.
-
status
final BetaManagedAgentsRefreshObject.Builder status(JsonField<BetaManagedAgentsRefreshObject.Status> status)
Sets Builder.status to an arbitrary JSON value.
You should usually call Builder.status with a well-typed Status value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsRefreshObject.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsRefreshObject.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsRefreshObject.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsRefreshObject.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsRefreshObject.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsRefreshObject build()
Returns an immutable instance of BetaManagedAgentsRefreshObject.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.httpResponse() .status()
-
-
-
-