Class GetProjectsResponse


  • public class GetProjectsResponse
    extends Object
    Used to wrap the list of projects returned by the getProjects call. I guess eventually pagination-related properties would go here.
    Author:
    anthonyd
    • Constructor Detail

      • GetProjectsResponse

        public GetProjectsResponse()
    • Method Detail

      • setProjects

        public void setProjects​(List<Project> projects)