
org.infobip.mobile.messaging.api.version.LatestReleaseResponse 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.version;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* Latest release version response.
*
* @author sslavin
* @see MobileApiVersion
* @see MobileApiVersion#getLatestRelease()
* @since 03.10.2016.
*/
@Data
@NoArgsConstructor
@AllArgsConstructor
public class LatestReleaseResponse {
String platformType;
String libraryVersion;
String updateUrl;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy