public class SuggestPullRequestsRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SuggestPullRequestsRequest.Builder |
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_LIMIT |
Modifier and Type | Method and Description |
---|---|
Date |
getChangesSince()
All pull request suggestions are based on some form of activity/change that has occurred.
|
int |
getLimit()
Restricts the result set to return at most this many suggestions.
|
ApplicationUser |
getUser()
Suggestions will be based on push activity for the given user.
|
public static final int DEFAULT_LIMIT
@Nonnull public Date getChangesSince()
public int getLimit()
SuggestPullRequestsRequest.Builder.limit(int)
then the default DEFAULT_LIMIT
will be used.@Nonnull public ApplicationUser getUser()
Copyright © 2019 Atlassian. All rights reserved.