ImmutableInstallation.Builder |
ImmutableInstallation.Builder.accessTokensUrl(String accessTokensUrl) |
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.account(User account) |
Initializes the value for the account attribute.
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.addAllEvents(Iterable<String> elements) |
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.addEvents(String element) |
Adds one element to events list.
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.addEvents(String... elements) |
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.appId(int appId) |
Initializes the value for the appId attribute.
|
static ImmutableInstallation.Builder |
ImmutableInstallation.builder() |
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.events(Iterable<String> elements) |
Sets or replaces all elements for events list.
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.from(Installation instance) |
Fill a builder with attribute values from the provided Installation instance.
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.htmlUrl(String htmlUrl) |
Initializes the optional value htmlUrl to htmlUrl.
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.htmlUrl(Optional<String> htmlUrl) |
Initializes the optional value htmlUrl to htmlUrl.
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.id(int id) |
Initializes the value for the id attribute.
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.permissions(Map<String,? extends String> entries) |
Sets or replaces all mappings from the specified map as entries for the permissions map.
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.putAllPermissions(Map<String,? extends String> entries) |
Put all mappings from the specified map as entries to permissions map.
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.putPermissions(String key,
String value) |
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.putPermissions(Map.Entry<String,? extends String> entry) |
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.repositoriesUrl(String repositoriesUrl) |
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.repositorySelection(String repositorySelection) |
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.repositorySelection(Optional<String> repositorySelection) |
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.singleFileName(String singleFileName) |
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.singleFileName(Optional<String> singleFileName) |
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.targetId(int targetId) |
Initializes the value for the targetId attribute.
|
ImmutableInstallation.Builder |
ImmutableInstallation.Builder.targetType(String targetType) |
Initializes the value for the targetType attribute.
|