Uses of Class
org.apache.syncope.common.lib.to.RelationshipTO.End
-
Packages that use RelationshipTO.End Package Description org.apache.syncope.common.lib.to -
-
Uses of RelationshipTO.End in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return RelationshipTO.End Modifier and Type Method Description RelationshipTO.EndRelationshipTO. getEnd()static RelationshipTO.EndRelationshipTO.End. valueOf(String name)Returns the enum constant of this type with the specified name.static RelationshipTO.End[]RelationshipTO.End. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.common.lib.to with parameters of type RelationshipTO.End Modifier and Type Method Description voidRelationshipTO. setEnd(RelationshipTO.End end)Constructors in org.apache.syncope.common.lib.to with parameters of type RelationshipTO.End Constructor Description Builder(String type, RelationshipTO.End end)
-