Class BetaManagedAgentsFileResource
-
- All Implemented Interfaces:
public final class BetaManagedAgentsFileResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsFileResource.BuilderA builder for BetaManagedAgentsFileResource.
public final classBetaManagedAgentsFileResource.Type
-
Method Summary
Modifier and Type Method Description final Stringid()final OffsetDateTimecreatedAt()A timestamp in RFC 3339 format final StringfileId()final StringmountPath()final BetaManagedAgentsFileResource.Typetype()final OffsetDateTimeupdatedAt()A timestamp in RFC 3339 format final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<OffsetDateTime>_createdAt()Returns the raw JSON value of createdAt. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<String>_mountPath()Returns the raw JSON value of mountPath. final JsonField<BetaManagedAgentsFileResource.Type>_type()Returns the raw JSON value of type. final JsonField<OffsetDateTime>_updatedAt()Returns the raw JSON value of updatedAt. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsFileResource.BuildertoBuilder()final BetaManagedAgentsFileResourcevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsFileResource.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsFileResource. -
-
Method Detail
-
createdAt
final OffsetDateTime createdAt()
A timestamp in RFC 3339 format
-
type
final BetaManagedAgentsFileResource.Type type()
-
updatedAt
final OffsetDateTime updatedAt()
A timestamp in RFC 3339 format
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_createdAt
final JsonField<OffsetDateTime> _createdAt()
Returns the raw JSON value of createdAt.
Unlike createdAt, this method doesn't throw if the JSON field has an unexpected type.
-
_fileId
final JsonField<String> _fileId()
Returns the raw JSON value of fileId.
Unlike fileId, this method doesn't throw if the JSON field has an unexpected type.
-
_mountPath
final JsonField<String> _mountPath()
Returns the raw JSON value of mountPath.
Unlike mountPath, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsFileResource.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_updatedAt
final JsonField<OffsetDateTime> _updatedAt()
Returns the raw JSON value of updatedAt.
Unlike updatedAt, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsFileResource.Builder toBuilder()
-
validate
final BetaManagedAgentsFileResource 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 BetaManagedAgentsFileResource.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsFileResource.
The following fields are required:
.id() .createdAt() .fileId() .mountPath() .type() .updatedAt()
-
-
-
-