Skip to content

Commit

Permalink
Rebase onto main
Browse files Browse the repository at this point in the history
  • Loading branch information
Walter Dziemianczyk committed Mar 14, 2024
1 parent 72ee776 commit b964362
Show file tree
Hide file tree
Showing 1,362 changed files with 2,482 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Generated file. Do not edit
package com.dropbox.core;

public final class DbxSdkVersion {
public static final String Version = "6.1.0-SNAPSHOT";
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public SetProfilePhotoArg(PhotoSourceArg photo) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public PhotoSourceArg getPhoto() {
return photo;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public SetProfilePhotoResult(String profilePhotoUrl) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getProfilePhotoUrl() {
return profilePhotoUrl;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public PollArg(String asyncJobId) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getAsyncJobId() {
return asyncJobId;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public RateLimitError(RateLimitReason reason) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public RateLimitReason getReason() {
return reason;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public TokenFromOAuth1Arg(String oauth1Token, String oauth1TokenSecret) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getOauth1Token() {
return oauth1Token;
}
Expand All @@ -63,6 +64,7 @@ public String getOauth1Token() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getOauth1TokenSecret() {
return oauth1TokenSecret;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public TokenFromOAuth1Result(String oauth2Token) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getOauth2Token() {
return oauth2Token;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public TokenScopeError(String requiredScope) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getRequiredScope() {
return requiredScope;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public EchoArg() {
* @return value for this field, or {@code null} if not present. Defaults to
* "".
*/
@javax.annotation.Nonnull
public String getQuery() {
return query;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public EchoResult() {
* @return value for this field, or {@code null} if not present. Defaults to
* "".
*/
@javax.annotation.Nonnull
public String getResult() {
return result;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public RootInfo(String rootNamespaceId, String homeNamespaceId) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getRootNamespaceId() {
return rootNamespaceId;
}
Expand All @@ -74,6 +75,7 @@ public String getRootNamespaceId() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getHomeNamespaceId() {
return homeNamespaceId;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public TeamRootInfo(String rootNamespaceId, String homeNamespaceId, String homeP
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getRootNamespaceId() {
return rootNamespaceId;
}
Expand All @@ -67,6 +68,7 @@ public String getRootNamespaceId() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getHomeNamespaceId() {
return homeNamespaceId;
}
Expand All @@ -76,6 +78,7 @@ public String getHomeNamespaceId() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getHomePath() {
return homePath;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public UserRootInfo(String rootNamespaceId, String homeNamespaceId) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getRootNamespaceId() {
return rootNamespaceId;
}
Expand All @@ -60,6 +61,7 @@ public String getRootNamespaceId() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getHomeNamespaceId() {
return homeNamespaceId;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public DeleteManualContactsArg(List<String> emailAddresses) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public List<String> getEmailAddresses() {
return emailAddresses;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public AddPropertiesArg(String path, List<PropertyGroup> propertyGroups) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getPath() {
return path;
}
Expand All @@ -71,6 +72,7 @@ public String getPath() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public List<PropertyGroup> getPropertyGroups() {
return propertyGroups;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public AddTemplateArg(String name, String description, List<PropertyFieldTemplat
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getName() {
return name;
}
Expand All @@ -52,6 +53,7 @@ public String getName() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getDescription() {
return description;
}
Expand All @@ -62,6 +64,7 @@ public String getDescription() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public List<PropertyFieldTemplate> getFields() {
return fields;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public AddTemplateResult(String templateId) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getTemplateId() {
return templateId;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public GetTemplateArg(String templateId) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getTemplateId() {
return templateId;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public GetTemplateResult(String name, String description, List<PropertyFieldTemp
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getName() {
return name;
}
Expand All @@ -52,6 +53,7 @@ public String getName() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getDescription() {
return description;
}
Expand All @@ -62,6 +64,7 @@ public String getDescription() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public List<PropertyFieldTemplate> getFields() {
return fields;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public ListTemplateResult(List<String> templateIds) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public List<String> getTemplateIds() {
return templateIds;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public OverwritePropertyGroupArg(String path, List<PropertyGroup> propertyGroups
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getPath() {
return path;
}
Expand All @@ -74,6 +75,7 @@ public String getPath() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public List<PropertyGroup> getPropertyGroups() {
return propertyGroups;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public PropertiesSearchArg(List<PropertiesSearchQuery> queries) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public List<PropertiesSearchQuery> getQueries() {
return queries;
}
Expand All @@ -83,6 +84,7 @@ public List<PropertiesSearchQuery> getQueries() {
* @return value for this field, or {@code null} if not present. Defaults to
* TemplateFilter.FILTER_NONE.
*/
@javax.annotation.Nonnull
public TemplateFilter getTemplateFilter() {
return templateFilter;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public PropertiesSearchContinueArg(String cursor) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getCursor() {
return cursor;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public PropertiesSearchMatch(String id, String path, boolean isDeleted, List<Pro
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getId() {
return id;
}
Expand All @@ -76,6 +77,7 @@ public String getId() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getPath() {
return path;
}
Expand All @@ -94,6 +96,7 @@ public boolean getIsDeleted() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public List<PropertyGroup> getPropertyGroups() {
return propertyGroups;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public PropertiesSearchQuery(String query, PropertiesSearchMode mode) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getQuery() {
return query;
}
Expand All @@ -81,6 +82,7 @@ public String getQuery() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public PropertiesSearchMode getMode() {
return mode;
}
Expand All @@ -91,6 +93,7 @@ public PropertiesSearchMode getMode() {
* @return value for this field, or {@code null} if not present. Defaults to
* LogicalOperator.OR_OPERATOR.
*/
@javax.annotation.Nonnull
public LogicalOperator getLogicalOperator() {
return logicalOperator;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public PropertiesSearchResult(List<PropertiesSearchMatch> matches) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public List<PropertiesSearchMatch> getMatches() {
return matches;
}
Expand All @@ -85,6 +86,7 @@ public List<PropertiesSearchMatch> getMatches() {
*
* @return value for this field, or {@code null} if not present.
*/
@javax.annotation.Nullable
public String getCursor() {
return cursor;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public PropertyField(String name, String value) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getName() {
return name;
}
Expand All @@ -65,6 +66,7 @@ public String getName() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getValue() {
return value;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public PropertyFieldTemplate(String name, String description, PropertyType type)
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getName() {
return name;
}
Expand All @@ -73,6 +74,7 @@ public String getName() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getDescription() {
return description;
}
Expand All @@ -83,6 +85,7 @@ public String getDescription() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public PropertyType getType() {
return type;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public PropertyGroup(String templateId, List<PropertyField> fields) {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public String getTemplateId() {
return templateId;
}
Expand All @@ -83,6 +84,7 @@ public String getTemplateId() {
*
* @return value for this field, never {@code null}.
*/
@javax.annotation.Nonnull
public List<PropertyField> getFields() {
return fields;
}
Expand Down
Loading

0 comments on commit b964362

Please sign in to comment.