Class FacetFilters
java.lang.Object
com.xebialabs.xlrelease.api.v1.forms.FacetFilters
-
Constructor Summary
ConstructorsConstructorDescriptionFacetFilters(String parentId, String targetId, List<com.xebialabs.deployit.plugin.api.reflect.Type> types) -
Method Summary
Modifier and TypeMethodDescriptionList<com.xebialabs.deployit.plugin.api.reflect.Type>getTypes()booleanbooleanincludingType(String type) voidsetParentId(String parentId) voidsetTargetId(String targetId) voidvoidvalidate()withParentId(String parentId) withTargetId(String targetId) withType(com.xebialabs.deployit.plugin.api.reflect.Type... types)
-
Constructor Details
-
FacetFilters
public FacetFilters() -
FacetFilters
-
-
Method Details
-
validate
public void validate() -
hasParentId
public boolean hasParentId() -
hasTargetId
public boolean hasTargetId() -
withParentId
-
withTargetId
-
withType
-
includingType
-
getParentId
-
setParentId
-
getTargetId
-
setTargetId
-
getTypes
-
setTypes
-