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

com.genability.client.api.request.GetCalendarRequest Maven / Gradle / Ivy

The newest version!
package com.genability.client.api.request;

public class GetCalendarRequest extends AbstractRequest{


	/**
	 * Private member variable for CalendarId.
	 */
	private Long calendarId;

	public Long getCalendarId() {
		return calendarId;
	}

	public void setCalendarId(Long calendarId) {
		this.calendarId = calendarId;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy