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