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

net.optionfactory.whatsapp.dto.templates.ButtonComponent Maven / Gradle / Ivy

package net.optionfactory.whatsapp.dto.templates;

import com.fasterxml.jackson.annotation.JsonInclude;
import net.optionfactory.whatsapp.dto.templates.type.ComponentType;

import java.util.ArrayList;
import java.util.List;

/**
 * The type Button component.
 */
//TODO: review
@JsonInclude(JsonInclude.Include.NON_NULL)
public class ButtonComponent extends Component {


    private List




© 2015 - 2024 Weber Informatics LLC | Privacy Policy