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

org.infobip.mobile.messaging.api.version.LatestReleaseResponse Maven / Gradle / Ivy

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