Class BetaManagedAgentsGitHubRepositoryResource
-
- All Implemented Interfaces:
public final class BetaManagedAgentsGitHubRepositoryResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsGitHubRepositoryResource.BuilderA builder for BetaManagedAgentsGitHubRepositoryResource.
public final classBetaManagedAgentsGitHubRepositoryResource.Typepublic final classBetaManagedAgentsGitHubRepositoryResource.Checkout
-
Method Summary
-
-
Method Detail
-
createdAt
final OffsetDateTime createdAt()
A timestamp in RFC 3339 format
-
type
final BetaManagedAgentsGitHubRepositoryResource.Type type()
-
updatedAt
final OffsetDateTime updatedAt()
A timestamp in RFC 3339 format
-
checkout
final Optional<BetaManagedAgentsGitHubRepositoryResource.Checkout> checkout()
-
_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.
-
_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<BetaManagedAgentsGitHubRepositoryResource.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.
-
_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.
-
_checkout
final JsonField<BetaManagedAgentsGitHubRepositoryResource.Checkout> _checkout()
Returns the raw JSON value of checkout.
Unlike checkout, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsGitHubRepositoryResource.Builder toBuilder()
-
validate
final BetaManagedAgentsGitHubRepositoryResource 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 BetaManagedAgentsGitHubRepositoryResource.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsGitHubRepositoryResource.
The following fields are required:
.id() .createdAt() .mountPath() .type() .updatedAt() .url()
-
-
-
-