All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mateu.remote.dtos.ConfirmationTexts Maven / Gradle / Ivy

There is a newer version: 3.0-alpha.47
Show newest version
package io.mateu.remote.dtos;

import lombok.*;

@Data
@Builder
@NoArgsConstructor(access = AccessLevel.PACKAGE)
@AllArgsConstructor(access = AccessLevel.PACKAGE)
public class ConfirmationTexts {

  private String title;

  private String message;

  private String action;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy