static CollaborationInfo.Builder<Void> |
CollaborationInfo.builder() |
|
static CollaborationInfo.Builder<Void> |
CollaborationInfo.copyExcept(CollaborationInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
CollaborationInfo.Builder<_B> |
CollaborationInfo.Builder.copyOf(CollaborationInfo _other) |
|
CollaborationInfo.Builder<_B> |
CollaborationInfo.Builder.copyOf(CollaborationInfo.Builder _other) |
|
static <_B> CollaborationInfo.Builder<_B> |
CollaborationInfo.copyOf(CollaborationInfo _other) |
|
static <_B> CollaborationInfo.Builder<_B> |
CollaborationInfo.copyOf(CollaborationInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static CollaborationInfo.Builder<Void> |
CollaborationInfo.copyOnly(CollaborationInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
CollaborationInfo.Builder<Void> |
CollaborationInfo.newCopyBuilder() |
|
<_B> CollaborationInfo.Builder<_B> |
CollaborationInfo.newCopyBuilder(_B _parentBuilder) |
|
<_B> CollaborationInfo.Builder<_B> |
CollaborationInfo.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
CollaborationInfo.Builder<Void> |
CollaborationInfo.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
CollaborationInfo.Builder<_B> |
CollaborationInfo.Builder.withAction(String action) |
Sets the new value of "action" (any previous value will be replaced)
|
CollaborationInfo.Builder<_B> |
CollaborationInfo.Builder.withAgreementRef(AgreementRef agreementRef) |
Sets the new value of "agreementRef" (any previous value will be replaced)
|
CollaborationInfo.Builder<? extends UserMessage.Builder<_B>> |
UserMessage.Builder.withCollaborationInfo() |
Returns the existing builder or a new builder to build the value of the
"collaborationInfo" property.
|
CollaborationInfo.Builder<_B> |
CollaborationInfo.Builder.withConversationId(String conversationId) |
Sets the new value of "conversationId" (any previous value will be replaced)
|
CollaborationInfo.Builder<_B> |
CollaborationInfo.Builder.withService(Service service) |
Sets the new value of "service" (any previous value will be replaced)
|