Uses of Enum
io.camunda.client.protocol.rest.WebappComponent
Packages that use WebappComponent
-
Uses of WebappComponent in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return WebappComponentModifier and TypeMethodDescriptionstatic WebappComponentstatic WebappComponentReturns the enum constant of this type with the specified name.static WebappComponent[]WebappComponent.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.client.protocol.rest that return types with arguments of type WebappComponentModifier and TypeMethodDescriptionComponentsConfigurationResponse.getActive()List of webapp components whose UI is enabled in this deployment.Methods in io.camunda.client.protocol.rest with parameters of type WebappComponentModifier and TypeMethodDescriptionComponentsConfigurationResponse.addActiveItem(WebappComponent activeItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type WebappComponentModifier and TypeMethodDescriptionComponentsConfigurationResponse.active(List<WebappComponent> active) voidComponentsConfigurationResponse.setActive(List<WebappComponent> active)