ImmutableWebHookOutput |
ImmutableWebHookOutput.Builder.build() |
|
static ImmutableWebHookOutput |
ImmutableWebHookOutput.copyOf(WebHookOutput instance) |
|
ImmutableWebHookOutput |
ImmutableWebHookOutput.withBasicAuthPass(String value) |
Copy the current immutable object by setting a value for the basicAuthPass attribute.
|
ImmutableWebHookOutput |
ImmutableWebHookOutput.withBasicAuthUser(String value) |
Copy the current immutable object by setting a value for the basicAuthUser attribute.
|
ImmutableWebHookOutput |
ImmutableWebHookOutput.withCollectionID(String value) |
Copy the current immutable object by setting a value for the collectionID attribute.
|
ImmutableWebHookOutput |
ImmutableWebHookOutput.withCustomHeaderName(String value) |
Copy the current immutable object by setting a value for the customHeaderName attribute.
|
ImmutableWebHookOutput |
ImmutableWebHookOutput.withCustomHeaderValue(String value) |
Copy the current immutable object by setting a value for the customHeaderValue attribute.
|
ImmutableWebHookOutput |
ImmutableWebHookOutput.withEnabled(Boolean value) |
Copy the current immutable object by setting a value for the enabled attribute.
|
ImmutableWebHookOutput |
ImmutableWebHookOutput.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableWebHookOutput |
ImmutableWebHookOutput.withTags(Map<String,? extends String> entries) |
Copy the current immutable object by replacing the tags map with the specified map.
|
ImmutableWebHookOutput |
ImmutableWebHookOutput.withUrl(String value) |
Copy the current immutable object by setting a value for the url attribute.
|