Package com.dropbox.core.v2.team
Class ListTeamAppsResult
java.lang.Object
com.dropbox.core.v2.team.ListTeamAppsResult
Information returned by
DbxTeamTeamRequests.linkedAppsListTeamLinkedApps(String).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionListTeamAppsResult(List<MemberLinkedApps> apps, boolean hasMore) Information returned byDbxTeamTeamRequests.linkedAppsListTeamLinkedApps(String).ListTeamAppsResult(List<MemberLinkedApps> apps, boolean hasMore, String cursor) Information returned byDbxTeamTeamRequests.linkedAppsListTeamLinkedApps(String). -
Method Summary
Modifier and TypeMethodDescriptionbooleangetApps()The linked applications of each member of the team.Pass the cursor intoDbxTeamTeamRequests.linkedAppsListTeamLinkedApps(String)to receive the next sub list of team's applications.booleanIf true, then there are more apps available.inthashCode()toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
apps
-
hasMore
protected final boolean hasMore -
cursor
-
-
Constructor Details
-
ListTeamAppsResult
public ListTeamAppsResult(@Nonnull List<MemberLinkedApps> apps, boolean hasMore, @Nullable String cursor) Information returned byDbxTeamTeamRequests.linkedAppsListTeamLinkedApps(String).- Parameters:
apps- The linked applications of each member of the team. Must not contain anullitem and not benull.hasMore- If true, then there are more apps available. Pass the cursor toDbxTeamTeamRequests.linkedAppsListTeamLinkedApps(String)to retrieve the rest.cursor- Pass the cursor intoDbxTeamTeamRequests.linkedAppsListTeamLinkedApps(String)to receive the next sub list of team's applications.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
ListTeamAppsResult
Information returned byDbxTeamTeamRequests.linkedAppsListTeamLinkedApps(String).The default values for unset fields will be used.
- Parameters:
apps- The linked applications of each member of the team. Must not contain anullitem and not benull.hasMore- If true, then there are more apps available. Pass the cursor toDbxTeamTeamRequests.linkedAppsListTeamLinkedApps(String)to retrieve the rest.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getApps
The linked applications of each member of the team.- Returns:
- value for this field, never
null.
-
getHasMore
public boolean getHasMore()If true, then there are more apps available. Pass the cursor toDbxTeamTeamRequests.linkedAppsListTeamLinkedApps(String)to retrieve the rest.- Returns:
- value for this field.
-
getCursor
Pass the cursor intoDbxTeamTeamRequests.linkedAppsListTeamLinkedApps(String)to receive the next sub list of team's applications.- Returns:
- value for this field, or
nullif not present.
-
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
-