com.app55.message.ScheduleListResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of app55-java Show documentation
Show all versions of app55-java Show documentation
App55 client library for the Java platform.
The newest version!
package com.app55.message;
import java.util.List;
import com.app55.domain.Schedule;
public class ScheduleListResponse extends Response
{
private List schedules;
public List getSchedules()
{
return schedules;
}
public void setSchedules(List schedules)
{
this.schedules = schedules;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy