com.github.seratch.jslack.api.model.Purpose Maven / Gradle / Ivy
The newest version!
package com.github.seratch.jslack.api.model;
import lombok.Data;
@Data
public class Purpose {
private String value;
private String creator;
private Integer lastSet;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy