Class ChannelTransferInfo.Builder
java.lang.Object
com.ibm.watson.assistant.v1.model.ChannelTransferInfo.Builder
- Enclosing class:
- ChannelTransferInfo
public static class ChannelTransferInfo.Builder extends Object
Builder.
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.Builder(ChannelTransferTarget target)Instantiates a new builder with required properties. -
Method Summary
Modifier and Type Method Description ChannelTransferInfobuild()Builds a ChannelTransferInfo.ChannelTransferInfo.Buildertarget(ChannelTransferTarget target)Set the target.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
target- the target
-
-
Method Details
-
build
Builds a ChannelTransferInfo.- Returns:
- the new ChannelTransferInfo instance
-
target
Set the target.- Parameters:
target- the target- Returns:
- the ChannelTransferInfo builder
-