Class BetaManagedAgentsUrlImageSource
-
- All Implemented Interfaces:
public final class BetaManagedAgentsUrlImageSourceImage referenced by URL.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsUrlImageSource.BuilderA builder for BetaManagedAgentsUrlImageSource.
public final classBetaManagedAgentsUrlImageSource.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsUrlImageSource.Typetype()final Stringurl()URL of the image to fetch. final JsonField<BetaManagedAgentsUrlImageSource.Type>_type()Returns the raw JSON value of type. final JsonField<String>_url()Returns the raw JSON value of url. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsUrlImageSource.BuildertoBuilder()final BetaManagedAgentsUrlImageSourcevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsUrlImageSource.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsUrlImageSource. -
-
Method Detail
-
type
final BetaManagedAgentsUrlImageSource.Type type()
-
_type
final JsonField<BetaManagedAgentsUrlImageSource.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_url
final JsonField<String> _url()
Returns the raw JSON value of url.
Unlike url, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsUrlImageSource.Builder toBuilder()
-
validate
final BetaManagedAgentsUrlImageSource 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 BetaManagedAgentsUrlImageSource.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsUrlImageSource.
The following fields are required:
.type() .url()
-
-
-
-