Package | Description |
---|---|
com.cumulocity.rest.representation.jsonpredicate | |
com.cumulocity.rest.representation.tenant.auth |
Modifier and Type | Method and Description |
---|---|
JSONPredicateRepresentation |
JSONPredicateRepresentation.JSONPredicateRepresentationBuilder.buildBranch() |
JSONPredicateRepresentation |
JSONPredicateRepresentation.JSONPredicateRepresentationBuilder.buildLeaf() |
Modifier and Type | Method and Description |
---|---|
List<JSONPredicateRepresentation> |
JSONPredicateRepresentation.getChildPredicates()
child predicates in case of composite predicate
|
Modifier and Type | Method and Description |
---|---|
JSONPredicateRepresentation.JSONPredicateRepresentationBuilder |
JSONPredicateRepresentation.JSONPredicateRepresentationBuilder.childPredicate(JSONPredicateRepresentation childPredicate) |
Modifier and Type | Method and Description |
---|---|
JSONPredicateRepresentation.JSONPredicateRepresentationBuilder |
JSONPredicateRepresentation.JSONPredicateRepresentationBuilder.childPredicates(Collection<? extends JSONPredicateRepresentation> childPredicates) |
void |
JSONPredicateRepresentation.setChildPredicates(List<JSONPredicateRepresentation> childPredicates)
child predicates in case of composite predicate
|
Constructor and Description |
---|
JSONPredicateRepresentation(String operator,
String parameterPath,
List<JSONPredicateRepresentation> childPredicates) |
Modifier and Type | Method and Description |
---|---|
JSONPredicateRepresentation |
AccessMappingRepresentation.getWhen()
Requirements
|
Modifier and Type | Method and Description |
---|---|
void |
AccessMappingRepresentation.setWhen(JSONPredicateRepresentation when)
Requirements
|
AccessMappingRepresentation.AccessMappingRepresentationBuilder |
AccessMappingRepresentation.AccessMappingRepresentationBuilder.when(JSONPredicateRepresentation when)
Requirements
|
Constructor and Description |
---|
AccessMappingRepresentation(JSONPredicateRepresentation when,
List<Long> thenGroups,
List<Long> thenApplications) |
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.