Package com.dropbox.core.v2.team
Class TeamFolderListResult
java.lang.Object
com.dropbox.core.v2.team.TeamFolderListResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final booleanprotected final List<TeamFolderMetadata> -
Constructor Summary
ConstructorsConstructorDescriptionTeamFolderListResult(List<TeamFolderMetadata> teamFolders, String cursor, boolean hasMore) -
Method Summary
Modifier and TypeMethodDescriptionbooleanPass the cursor intoDbxTeamTeamRequests.teamFolderListContinue(String)to obtain additional team folders.booleanIs true if there are additional team folders that have not been returned yet.List of all team folders in the authenticated team.inthashCode()toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
teamFolders
-
cursor
-
hasMore
protected final boolean hasMore
-
-
Constructor Details
-
TeamFolderListResult
public TeamFolderListResult(@Nonnull List<TeamFolderMetadata> teamFolders, @Nonnull String cursor, boolean hasMore) Result forDbxTeamTeamRequests.teamFolderList(long)andDbxTeamTeamRequests.teamFolderListContinue(String).- Parameters:
teamFolders- List of all team folders in the authenticated team. Must not contain anullitem and not benull.cursor- Pass the cursor intoDbxTeamTeamRequests.teamFolderListContinue(String)to obtain additional team folders. Must not benull.hasMore- Is true if there are additional team folders that have not been returned yet. An additional call toDbxTeamTeamRequests.teamFolderListContinue(String)can retrieve them.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getTeamFolders
List of all team folders in the authenticated team.- Returns:
- value for this field, never
null.
-
getCursor
Pass the cursor intoDbxTeamTeamRequests.teamFolderListContinue(String)to obtain additional team folders.- Returns:
- value for this field, never
null.
-
getHasMore
public boolean getHasMore()Is true if there are additional team folders that have not been returned yet. An additional call toDbxTeamTeamRequests.teamFolderListContinue(String)can retrieve them.- Returns:
- value for this field.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-