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

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

package net.optionfactory.whatsapp.dto.templates;

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

/**
 * The type Body component.
 */
@JsonInclude(JsonInclude.Include.NON_NULL)
public class BodyComponent extends Component {


    /**
     * Instantiates a new Body component.
     */
    public BodyComponent() {
        super(ComponentType.BODY);
    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy