static ProjectProfileSummary.Builder |
ProjectProfileSummary.builder() |
|
ProjectProfileSummary.Builder |
ProjectProfileSummary.Builder.createdAt(Instant createdAt) |
The timestamp of when the project profile was created.
|
ProjectProfileSummary.Builder |
ProjectProfileSummary.Builder.createdBy(String createdBy) |
The user who created the project profile.
|
ProjectProfileSummary.Builder |
ProjectProfileSummary.Builder.description(String description) |
The description of the project profile.
|
ProjectProfileSummary.Builder |
ProjectProfileSummary.Builder.domainId(String domainId) |
The domain ID of the project profile.
|
ProjectProfileSummary.Builder |
ProjectProfileSummary.Builder.domainUnitId(String domainUnitId) |
The domain unit ID of the project profile.
|
ProjectProfileSummary.Builder |
ProjectProfileSummary.Builder.id(String id) |
The ID of the project profile.
|
ProjectProfileSummary.Builder |
ProjectProfileSummary.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The timestamp at which a project profile was last updated.
|
ProjectProfileSummary.Builder |
ProjectProfileSummary.Builder.name(String name) |
The name of a project profile.
|
ProjectProfileSummary.Builder |
ProjectProfileSummary.Builder.status(String status) |
The status of a project profile.
|
ProjectProfileSummary.Builder |
ProjectProfileSummary.Builder.status(Status status) |
The status of a project profile.
|
ProjectProfileSummary.Builder |
ProjectProfileSummary.toBuilder() |
|