Package com.gooddata.sdk.model.project
Class Projects
- java.lang.Object
-
- com.gooddata.sdk.common.collections.Page<Project>
-
- com.gooddata.sdk.model.project.Projects
-
public class Projects extends com.gooddata.sdk.common.collections.Page<Project>
Collection of GoodData projects being returned from API.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLIST_PROJECTS_URIstatic java.lang.StringURI
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Collection<Project>getProjects()Deprecated.usePage.getPageItems()or other methods fromPage.java.lang.StringtoString()
-
-
-
Field Detail
-
URI
public static final java.lang.String URI
- See Also:
- Constant Field Values
-
LIST_PROJECTS_URI
public static final java.lang.String LIST_PROJECTS_URI
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Projects
public Projects(java.util.List<Project> items, com.gooddata.sdk.common.collections.Paging paging)
-
-
Method Detail
-
getProjects
@Deprecated public java.util.Collection<Project> getProjects()
Deprecated.usePage.getPageItems()or other methods fromPage. Deprecated since version 3.0.0. Will be removed in one of future versions.- Returns:
- the list of current page items only
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-