Package org.apache.syncope.common.lib.to
Class RelationshipTO.Builder
- java.lang.Object
-
- org.apache.syncope.common.lib.to.RelationshipTO.Builder
-
- Enclosing class:
- RelationshipTO
public static class RelationshipTO.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder(String type)
Builder(String type, RelationshipTO.End end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelationshipTO
build()
RelationshipTO.Builder
otherEnd(String otherEndType, String otherEndKey)
RelationshipTO.Builder
otherEnd(String otherEndType, String otherEndKey, String otherEndName)
-
-
-
Constructor Detail
-
Builder
public Builder(String type)
-
Builder
public Builder(String type, RelationshipTO.End end)
-
-
Method Detail
-
otherEnd
public RelationshipTO.Builder otherEnd(String otherEndType, String otherEndKey)
-
otherEnd
public RelationshipTO.Builder otherEnd(String otherEndType, String otherEndKey, String otherEndName)
-
build
public RelationshipTO build()
-
-