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

models.PreferenceCategory Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package models;

import lombok.Getter;
import lombok.Setter;
import lombok.ToString;

import java.util.List;

@Getter
@Setter
@ToString
public class PreferenceCategory {
    private String id;
    private String title;
    private PreferenceConfig config;
    private List notifications;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy