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

io.intercom.api.ContactMessage Maven / Gradle / Ivy

There is a newer version: 2.8.2
Show newest version
package io.intercom.api;


import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;


@SuppressWarnings("UnusedDeclaration")
@JsonIgnoreProperties(ignoreUnknown = true)
@JsonInclude(JsonInclude.Include.NON_EMPTY)
public class ContactMessage extends TypedMessage {

    public ContactMessage() {
    }

    @Override
    public String toString() {
        return "ContactMessage{} " + super.toString();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy