PullRequest.Builder<_B> |
PullRequest.Builder.addAny(Iterable<?> any) |
Adds the given items to the value of "any"
|
PullRequest.Builder<_B> |
PullRequest.Builder.addAny(Object... any) |
Adds the given items to the value of "any"
|
static PullRequest.Builder<Void> |
PullRequest.builder() |
|
static PullRequest.Builder<Void> |
PullRequest.copyExcept(PullRequest _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
PullRequest.Builder<_B> |
PullRequest.Builder.copyOf(PullRequest _other) |
|
PullRequest.Builder<_B> |
PullRequest.Builder.copyOf(PullRequest.Builder _other) |
|
static <_B> PullRequest.Builder<_B> |
PullRequest.copyOf(PullRequest _other) |
|
static <_B> PullRequest.Builder<_B> |
PullRequest.copyOf(PullRequest _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static PullRequest.Builder<Void> |
PullRequest.copyOnly(PullRequest _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
PullRequest.Builder<Void> |
PullRequest.newCopyBuilder() |
|
<_B> PullRequest.Builder<_B> |
PullRequest.newCopyBuilder(_B _parentBuilder) |
|
<_B> PullRequest.Builder<_B> |
PullRequest.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
PullRequest.Builder<Void> |
PullRequest.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
PullRequest.Builder<_B> |
PullRequest.Builder.withAny(Iterable<?> any) |
Sets the new value of "any" (any previous value will be replaced)
|
PullRequest.Builder<_B> |
PullRequest.Builder.withAny(Object... any) |
Sets the new value of "any" (any previous value will be replaced)
|
PullRequest.Builder<_B> |
PullRequest.Builder.withMpc(String mpc) |
Sets the new value of "mpc" (any previous value will be replaced)
|
PullRequest.Builder<? extends SignalMessage.Builder<_B>> |
SignalMessage.Builder.withPullRequest() |
Returns the existing builder or a new builder to build the value of the
"pullRequest" property.
|