Class DeleteSecretValueEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.basic.bl.auth.event.DeleteSecretValueEvent

public class DeleteSecretValueEvent extends BusinessEvent<Void>
Event to delete a value of a secret. The input must be the id of the secret value and the company id.
GCApi:
event
Reactors:
BTDeleteSecretValue(0), BTDeleteSecretValueLog(0)
No Spouts
  • Constructor Details

    • DeleteSecretValueEvent

      public DeleteSecretValueEvent(long secretValueId, Long companyId)
  • Method Details

    • getSecretValueId

      public long getSecretValueId()
    • getCompanyId

      public Long getCompanyId()