Package com.gooddata.dataset
Class UploadStatistics
- java.lang.Object
-
- com.gooddata.dataset.UploadStatistics
-
public class UploadStatistics extends Object
Global statistics about project's uploads
-
-
Field Summary
Fields Modifier and Type Field Description static StringURIstatic org.springframework.web.util.UriTemplateURI_TEMPLATE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetUploadsCount(String uploadStatus)Returns count of uploads finished in given status.StringtoString()
-
-
-
Field Detail
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
URI_TEMPLATE
public static final org.springframework.web.util.UriTemplate URI_TEMPLATE
-
-
Method Detail
-
getUploadsCount
public int getUploadsCount(String uploadStatus)
Returns count of uploads finished in given status.- Parameters:
uploadStatus- status of uploads to be counted- Returns:
- count of uploads or zero when statistics for given status don't exist
-
-