Constructor and Description |
---|
SpaceRowBuilder() |
SpaceRowBuilder(SpaceRow row) |
Modifier and Type | Method and Description |
---|---|
SpaceRow |
build() |
SpaceRow.SpaceRowBuilder |
creatorUserKey(Optional<com.atlassian.sal.api.user.UserKey> creatorUserKey) |
SpaceRow.SpaceRowBuilder |
homepageId(OptionalLong homepageId) |
SpaceRow.SpaceRowBuilder |
labels(List<Label> labels) |
SpaceRow.SpaceRowBuilder |
logo(Optional<AttachmentRow> logo) |
SpaceRow.SpaceRowBuilder |
spaceDescription(String spaceDescription) |
SpaceRow.SpaceRowBuilder |
spaceDescriptionId(long spaceDescriptionId) |
SpaceRow.SpaceRowBuilder |
spaceId(long spaceId) |
SpaceRow.SpaceRowBuilder |
spaceKey(String spaceKey) |
SpaceRow.SpaceRowBuilder |
spaceName(String spaceName) |
SpaceRow.SpaceRowBuilder |
spaceStatus(SpaceStatus spaceStatus) |
SpaceRow.SpaceRowBuilder |
spaceType(SpaceType spaceType) |
public SpaceRowBuilder(SpaceRow row)
public SpaceRowBuilder()
public SpaceRow.SpaceRowBuilder spaceKey(String spaceKey)
public SpaceRow.SpaceRowBuilder spaceId(long spaceId)
public SpaceRow.SpaceRowBuilder spaceName(String spaceName)
public SpaceRow.SpaceRowBuilder spaceDescription(String spaceDescription)
public SpaceRow.SpaceRowBuilder spaceDescriptionId(long spaceDescriptionId)
public SpaceRow.SpaceRowBuilder spaceType(SpaceType spaceType)
public SpaceRow.SpaceRowBuilder spaceStatus(SpaceStatus spaceStatus)
public SpaceRow.SpaceRowBuilder homepageId(OptionalLong homepageId)
public SpaceRow.SpaceRowBuilder creatorUserKey(Optional<com.atlassian.sal.api.user.UserKey> creatorUserKey)
public SpaceRow.SpaceRowBuilder labels(List<Label> labels)
public SpaceRow.SpaceRowBuilder logo(Optional<AttachmentRow> logo)
public SpaceRow build()
Copyright © 2003–2017 Atlassian. All rights reserved.