Package io.camunda.client.protocol.rest
Class ComponentsConfigurationResponse
java.lang.Object
io.camunda.client.protocol.rest.ComponentsConfigurationResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ComponentsConfigurationResponse
extends Object
Configuration for active Camunda components in the deployment.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactive(List<WebappComponent> active) addActiveItem(WebappComponent activeItem) booleanList of webapp components whose UI is enabled in this deployment.inthashCode()voidsetActive(List<WebappComponent> active) toString()
-
Field Details
-
JSON_PROPERTY_ACTIVE
- See Also:
-
-
Constructor Details
-
ComponentsConfigurationResponse
public ComponentsConfigurationResponse()
-
-
Method Details