Class InferencePipelineUpdateResponse.Workspace
-
- All Implemented Interfaces:
public final class InferencePipelineUpdateResponse.Workspace
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInferencePipelineUpdateResponse.Workspace.BuilderA builder for Workspace.
public final classInferencePipelineUpdateResponse.Workspace.Statuspublic final classInferencePipelineUpdateResponse.Workspace.MonthlyUsage
-
Method Summary
Modifier and Type Method Description final Stringid()The workspace id. final Optional<String>creatorId()The workspace creator id. final OffsetDateTimedateCreated()The workspace creation date. final OffsetDateTimedateUpdated()The workspace last updated date. final LonginviteCount()The number of invites in the workspace. final LongmemberCount()The number of members in the workspace. final Stringname()The workspace name. final Optional<OffsetDateTime>periodEndDate()The end date of the current billing period. final Optional<OffsetDateTime>periodStartDate()The start date of the current billing period. final LongprojectCount()The number of projects in the workspace. final Stringslug()The workspace slug. final InferencePipelineUpdateResponse.Workspace.Statusstatus()final Optional<String>inviteCode()The workspace invite code. final Optional<List<InferencePipelineUpdateResponse.Workspace.MonthlyUsage>>monthlyUsage()final Optional<Boolean>samlOnlyAccess()Whether the workspace only allows SAML authentication. final Optional<List<String>>wildcardDomains()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_creatorId()Returns the raw JSON value of creatorId. final JsonField<OffsetDateTime>_dateCreated()Returns the raw JSON value of dateCreated. final JsonField<OffsetDateTime>_dateUpdated()Returns the raw JSON value of dateUpdated. final JsonField<Long>_inviteCount()Returns the raw JSON value of inviteCount. final JsonField<Long>_memberCount()Returns the raw JSON value of memberCount. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<OffsetDateTime>_periodEndDate()Returns the raw JSON value of periodEndDate. final JsonField<OffsetDateTime>_periodStartDate()Returns the raw JSON value of periodStartDate. final JsonField<Long>_projectCount()Returns the raw JSON value of projectCount. final JsonField<String>_slug()Returns the raw JSON value of slug. final JsonField<InferencePipelineUpdateResponse.Workspace.Status>_status()Returns the raw JSON value of status. final JsonField<String>_inviteCode()Returns the raw JSON value of inviteCode. final JsonField<List<InferencePipelineUpdateResponse.Workspace.MonthlyUsage>>_monthlyUsage()Returns the raw JSON value of monthlyUsage. final JsonField<Boolean>_samlOnlyAccess()Returns the raw JSON value of samlOnlyAccess. final JsonField<List<String>>_wildcardDomains()Returns the raw JSON value of wildcardDomains. final Map<String, JsonValue>_additionalProperties()final InferencePipelineUpdateResponse.Workspace.BuildertoBuilder()final InferencePipelineUpdateResponse.Workspacevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InferencePipelineUpdateResponse.Workspace.Builderbuilder()Returns a mutable builder for constructing an instance of Workspace. -
-
Method Detail
-
dateCreated
final OffsetDateTime dateCreated()
The workspace creation date.
-
dateUpdated
final OffsetDateTime dateUpdated()
The workspace last updated date.
-
inviteCount
final Long inviteCount()
The number of invites in the workspace.
-
memberCount
final Long memberCount()
The number of members in the workspace.
-
periodEndDate
final Optional<OffsetDateTime> periodEndDate()
The end date of the current billing period.
-
periodStartDate
final Optional<OffsetDateTime> periodStartDate()
The start date of the current billing period.
-
projectCount
final Long projectCount()
The number of projects in the workspace.
-
status
final InferencePipelineUpdateResponse.Workspace.Status status()
-
inviteCode
final Optional<String> inviteCode()
The workspace invite code.
-
monthlyUsage
final Optional<List<InferencePipelineUpdateResponse.Workspace.MonthlyUsage>> monthlyUsage()
-
samlOnlyAccess
final Optional<Boolean> samlOnlyAccess()
Whether the workspace only allows SAML authentication.
-
wildcardDomains
final Optional<List<String>> wildcardDomains()
-
_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.
-
_creatorId
final JsonField<String> _creatorId()
Returns the raw JSON value of creatorId.
Unlike creatorId, this method doesn't throw if the JSON field has an unexpected type.
-
_dateCreated
final JsonField<OffsetDateTime> _dateCreated()
Returns the raw JSON value of dateCreated.
Unlike dateCreated, this method doesn't throw if the JSON field has an unexpected type.
-
_dateUpdated
final JsonField<OffsetDateTime> _dateUpdated()
Returns the raw JSON value of dateUpdated.
Unlike dateUpdated, this method doesn't throw if the JSON field has an unexpected type.
-
_inviteCount
final JsonField<Long> _inviteCount()
Returns the raw JSON value of inviteCount.
Unlike inviteCount, this method doesn't throw if the JSON field has an unexpected type.
-
_memberCount
final JsonField<Long> _memberCount()
Returns the raw JSON value of memberCount.
Unlike memberCount, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_periodEndDate
final JsonField<OffsetDateTime> _periodEndDate()
Returns the raw JSON value of periodEndDate.
Unlike periodEndDate, this method doesn't throw if the JSON field has an unexpected type.
-
_periodStartDate
final JsonField<OffsetDateTime> _periodStartDate()
Returns the raw JSON value of periodStartDate.
Unlike periodStartDate, this method doesn't throw if the JSON field has an unexpected type.
-
_projectCount
final JsonField<Long> _projectCount()
Returns the raw JSON value of projectCount.
Unlike projectCount, this method doesn't throw if the JSON field has an unexpected type.
-
_slug
final JsonField<String> _slug()
Returns the raw JSON value of slug.
Unlike slug, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<InferencePipelineUpdateResponse.Workspace.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_inviteCode
final JsonField<String> _inviteCode()
Returns the raw JSON value of inviteCode.
Unlike inviteCode, this method doesn't throw if the JSON field has an unexpected type.
-
_monthlyUsage
final JsonField<List<InferencePipelineUpdateResponse.Workspace.MonthlyUsage>> _monthlyUsage()
Returns the raw JSON value of monthlyUsage.
Unlike monthlyUsage, this method doesn't throw if the JSON field has an unexpected type.
-
_samlOnlyAccess
final JsonField<Boolean> _samlOnlyAccess()
Returns the raw JSON value of samlOnlyAccess.
Unlike samlOnlyAccess, this method doesn't throw if the JSON field has an unexpected type.
-
_wildcardDomains
final JsonField<List<String>> _wildcardDomains()
Returns the raw JSON value of wildcardDomains.
Unlike wildcardDomains, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InferencePipelineUpdateResponse.Workspace.Builder toBuilder()
-
validate
final InferencePipelineUpdateResponse.Workspace validate()
-
builder
final static InferencePipelineUpdateResponse.Workspace.Builder builder()
Returns a mutable builder for constructing an instance of Workspace.
The following fields are required:
.id() .creatorId() .dateCreated() .dateUpdated() .inviteCount() .memberCount() .name() .periodEndDate() .periodStartDate() .projectCount() .slug() .status()
-
-
-
-