Uses of Enum
io.camunda.client.protocol.rest.AuditLogCategoryEnum
Packages that use AuditLogCategoryEnum
-
Uses of AuditLogCategoryEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return AuditLogCategoryEnumModifier and TypeMethodDescriptionstatic AuditLogCategoryEnumAdvancedCategoryFilter.get$Eq()Checks for equality with the provided value.CategoryFilterProperty.get$Eq()Checks for equality with the provided value.AdvancedCategoryFilter.get$Neq()Checks for inequality with the provided value.CategoryFilterProperty.get$Neq()Checks for inequality with the provided value.AuditLogResult.getCategory()Get categorystatic AuditLogCategoryEnumReturns the enum constant of this type with the specified name.static AuditLogCategoryEnum[]AuditLogCategoryEnum.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 AuditLogCategoryEnumModifier and TypeMethodDescriptionAdvancedCategoryFilter.get$In()Checks if the property matches any of the provided values.CategoryFilterProperty.get$In()Checks if the property matches any of the provided values.Methods in io.camunda.client.protocol.rest with parameters of type AuditLogCategoryEnumModifier and TypeMethodDescriptionAdvancedCategoryFilter.$eq(AuditLogCategoryEnum $eq) CategoryFilterProperty.$eq(AuditLogCategoryEnum $eq) AdvancedCategoryFilter.$neq(AuditLogCategoryEnum $neq) CategoryFilterProperty.$neq(AuditLogCategoryEnum $neq) AdvancedCategoryFilter.add$InItem(AuditLogCategoryEnum $inItem) CategoryFilterProperty.add$InItem(AuditLogCategoryEnum $inItem) AuditLogResult.category(AuditLogCategoryEnum category) voidAdvancedCategoryFilter.set$Eq(AuditLogCategoryEnum $eq) voidCategoryFilterProperty.set$Eq(AuditLogCategoryEnum $eq) voidAdvancedCategoryFilter.set$Neq(AuditLogCategoryEnum $neq) voidCategoryFilterProperty.set$Neq(AuditLogCategoryEnum $neq) voidAuditLogResult.setCategory(AuditLogCategoryEnum category) Method parameters in io.camunda.client.protocol.rest with type arguments of type AuditLogCategoryEnumModifier and TypeMethodDescriptionAdvancedCategoryFilter.$in(List<AuditLogCategoryEnum> $in) CategoryFilterProperty.$in(List<AuditLogCategoryEnum> $in) voidAdvancedCategoryFilter.set$In(List<AuditLogCategoryEnum> $in) voidCategoryFilterProperty.set$In(List<AuditLogCategoryEnum> $in)