Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate code with the latest specification file (e3c825c7) #740

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ public LookupAccountByID includeAll(Boolean includeAll) {
}

/**
* Include results for the specified round.
* Deprecated and disallowed. This parameter used to include results for a
* specified round. Requests with this parameter set are now rejected.
*/
public LookupAccountByID round(Long round) {
addQuery("round", String.valueOf(round));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,8 @@ public SearchForAccounts next(String next) {
}

/**
* Include results for the specified round. For performance reasons, this parameter
* may be disabled on some configurations. Using application-id or asset-id filters
* will return both creator and opt-in accounts. Filtering by include-all will
* return creator and opt-in accounts for deleted assets and accounts. Non-opt-in
* managers are not included in the results when asset-id is used.
* Deprecated and disallowed. This parameter used to include results for a
* specified round. Requests with this parameter set are now rejected.
*/
public SearchForAccounts round(Long round) {
addQuery("round", String.valueOf(round));
Expand Down