ImmutableTeamCreate |
ImmutableTeamCreate.Builder.build() |
|
static ImmutableTeamCreate |
ImmutableTeamCreate.copyOf(TeamCreate instance) |
|
ImmutableTeamCreate |
ImmutableTeamCreate.withDescription(String value) |
Copy the current immutable object by setting a present value for the optional description attribute.
|
ImmutableTeamCreate |
ImmutableTeamCreate.withDescription(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the description attribute.
|
ImmutableTeamCreate |
ImmutableTeamCreate.withMaintainers(List<String> value) |
Copy the current immutable object by setting a present value for the optional maintainers attribute.
|
ImmutableTeamCreate |
ImmutableTeamCreate.withMaintainers(Optional<? extends List<String>> optional) |
Copy the current immutable object by setting an optional value for the maintainers attribute.
|
ImmutableTeamCreate |
ImmutableTeamCreate.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableTeamCreate |
ImmutableTeamCreate.withNotificationSetting(String value) |
Copy the current immutable object by setting a present value for the optional notificationSetting attribute.
|
ImmutableTeamCreate |
ImmutableTeamCreate.withNotificationSetting(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the notificationSetting attribute.
|
ImmutableTeamCreate |
ImmutableTeamCreate.withParentTeamId(int value) |
Copy the current immutable object by setting a present value for the optional parentTeamId attribute.
|
ImmutableTeamCreate |
ImmutableTeamCreate.withParentTeamId(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the parentTeamId attribute.
|
ImmutableTeamCreate |
ImmutableTeamCreate.withPrivacy(String value) |
Copy the current immutable object by setting a present value for the optional privacy attribute.
|
ImmutableTeamCreate |
ImmutableTeamCreate.withPrivacy(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the privacy attribute.
|
ImmutableTeamCreate |
ImmutableTeamCreate.withRepoNames(List<String> value) |
Copy the current immutable object by setting a present value for the optional repoNames attribute.
|
ImmutableTeamCreate |
ImmutableTeamCreate.withRepoNames(Optional<? extends List<String>> optional) |
Copy the current immutable object by setting an optional value for the repoNames attribute.
|