Class HistoryRequest

java.lang.Object
com.dzidzi.dto.history.HistoryRequest

public class HistoryRequest extends Object
  • Method Details

    • builder

      public static HistoryRequest.Builder builder()
    • getUserId

      public UUID getUserId()
    • getModelId

      public UUID getModelId()
    • getActionType

      public HistoryOperation getActionType()
    • getDetails

      public String getDetails()
    • getChangeFrom

      public String getChangeFrom()
    • getHistoryType

      public HistoryType getHistoryType()
    • getTimestamp

      public long getTimestamp()