Package com.atlan.model.workflow
Class NameValuePair.NameValuePairBuilder<C extends NameValuePair,B extends NameValuePair.NameValuePairBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.workflow.NameValuePair.NameValuePairBuilder<C,B>
- Enclosing class:
- NameValuePair
public abstract static class NameValuePair.NameValuePairBuilder<C extends NameValuePair,B extends NameValuePair.NameValuePairBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
NameValuePairBuilder
public NameValuePairBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in classAtlanObject.AtlanObjectBuilder<C extends NameValuePair,
B extends NameValuePair.NameValuePairBuilder<C, B>>
-
name
Name or key of the pair.- Returns:
this
.
-
value
Value for the pair.- Returns:
this
.
-
self
- Specified by:
self
in classAtlanObject.AtlanObjectBuilder<C extends NameValuePair,
B extends NameValuePair.NameValuePairBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanObject.AtlanObjectBuilder<C extends NameValuePair,
B extends NameValuePair.NameValuePairBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanObject.AtlanObjectBuilder<C extends NameValuePair,
B extends NameValuePair.NameValuePairBuilder<C, B>>
-