reliza.java.client.responses.RelizaDataParent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reliza-java-client Show documentation
Show all versions of reliza-java-client Show documentation
Java Client SDK for Reliza Hub
The newest version!
package reliza.java.client.responses;
import java.time.ZonedDateTime;
import java.util.UUID;
import lombok.Data;
/**
* Superclass of all data objects
*/
@Data
public class RelizaDataParent {
private ProgrammaticType createdType;
private UUID lastUpdatedBy;
private ZonedDateTime createdDate;
public enum ProgrammaticType {
MANUAL,
AUTO,
MANUAL_AND_AUTO,
API,
TEST
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy