
org.infobip.mobile.messaging.api.messages.MoMessagesResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infobip-mobile-messaging-api-java Show documentation
Show all versions of infobip-mobile-messaging-api-java Show documentation
Mobile Messaging SDK for Android
The newest version!
package org.infobip.mobile.messaging.api.messages;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* @author sslavin
* @since 21/07/16.
*/
@Data
@NoArgsConstructor
@AllArgsConstructor
public class MoMessagesResponse {
MoMessageDelivery[] messages;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy