| Package | Description |
|---|---|
| net.leanix.api.models |
| Modifier and Type | Method and Description |
|---|---|
static RelationDefinition.ConstraintsEnum |
RelationDefinition.ConstraintsEnum.fromValue(String text) |
static RelationDefinition.ConstraintsEnum |
RelationDefinition.ConstraintsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationDefinition.ConstraintsEnum[] |
RelationDefinition.ConstraintsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<RelationDefinition.ConstraintsEnum> |
RelationDefinition.getConstraints()
Get constraints
|
| Modifier and Type | Method and Description |
|---|---|
RelationDefinition |
RelationDefinition.addConstraintsItem(RelationDefinition.ConstraintsEnum constraintsItem) |
| Modifier and Type | Method and Description |
|---|---|
RelationDefinition |
RelationDefinition.constraints(List<RelationDefinition.ConstraintsEnum> constraints) |
void |
RelationDefinition.setConstraints(List<RelationDefinition.ConstraintsEnum> constraints) |
Copyright © 2019 LeanIX GmbH. All rights reserved.