Skip to content

Commit 35c9e0f

Browse files
1.5.2 class description
1 parent 6562b67 commit 35c9e0f

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

src/main/java/com/contentstack/sdk/Error.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
import java.util.LinkedHashMap;
55
import java.util.Map;
66

7+
/**
8+
* If there is something wrong with the API request, Contentstack returns an error.
9+
*/
10+
711
public class Error {
812

913
String errorMessage = null;

src/main/java/com/contentstack/sdk/QueryResult.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
import java.util.List;
99

10+
/**
11+
*It results the query response
12+
*/
1013

1114
public class QueryResult {
1215

src/main/java/com/contentstack/sdk/Stack.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
import java.text.SimpleDateFormat;
1313
import java.util.*;
1414

15+
/**
16+
* A stack is a repository or a container that holds all the content/assets of your site.
17+
* It allows multiple users to create, edit, approve, and publish their content within a single space.
18+
*/
1519

1620
public class Stack {
1721

src/main/resources/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.5.2

0 commit comments

Comments
 (0)