
br.com.moip.api.request.APIDateRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-java Show documentation
Show all versions of sdk-java Show documentation
Java SDK for Moip APIs integration
The newest version!
package br.com.moip.api.request;
import java.util.Date;
public class APIDateRequest {
private Date date;
public Date getDate() {
return date;
}
/**
* This constructor receive a APIDate object to fill the attribute date.
*
* @param date
* {@code APIDate} a numerical date.
*/
public void date(Date date) { this.date = date; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy