From.Builder<_B> |
From.Builder.addPartyId(Iterable<? extends PartyId> partyId) |
Adds the given items to the value of "partyId"
|
From.Builder<_B> |
From.Builder.addPartyId(PartyId... partyId) |
Adds the given items to the value of "partyId"
|
static From.Builder<Void> |
From.builder() |
|
static From.Builder<Void> |
From.copyExcept(From _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
From.Builder<_B> |
From.Builder.copyOf(From _other) |
|
From.Builder<_B> |
From.Builder.copyOf(From.Builder _other) |
|
static <_B> From.Builder<_B> |
From.copyOf(From _other) |
|
static <_B> From.Builder<_B> |
From.copyOf(From _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static From.Builder<Void> |
From.copyOnly(From _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
From.Builder<Void> |
From.newCopyBuilder() |
|
<_B> From.Builder<_B> |
From.newCopyBuilder(_B _parentBuilder) |
|
<_B> From.Builder<_B> |
From.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
From.Builder<Void> |
From.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
From.Builder<? extends PartyInfo.Builder<_B>> |
PartyInfo.Builder.withFrom() |
Returns the existing builder or a new builder to build the value of the "from"
property.
|
From.Builder<_B> |
From.Builder.withPartyId(Iterable<? extends PartyId> partyId) |
Sets the new value of "partyId" (any previous value will be replaced)
|
From.Builder<_B> |
From.Builder.withPartyId(PartyId... partyId) |
Sets the new value of "partyId" (any previous value will be replaced)
|
From.Builder<_B> |
From.Builder.withRole(String role) |
Sets the new value of "role" (any previous value will be replaced)
|