Class DefinitionWithTenantsResponseDto
java.lang.Object
io.camunda.optimize.dto.optimize.rest.definition.DefinitionWithTenantsResponseDto
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefinitionWithTenantsResponseDto(String key, List<String> versions, List<TenantResponseDto> tenants) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetKey()inthashCode()voidvoidsetTenants(List<TenantResponseDto> tenants) voidsetVersions(List<String> versions) toString()
-
Constructor Details
-
DefinitionWithTenantsResponseDto
public DefinitionWithTenantsResponseDto(String key, List<String> versions, List<TenantResponseDto> tenants) -
DefinitionWithTenantsResponseDto
protected DefinitionWithTenantsResponseDto()
-
-
Method Details