public class StoriesGetRepliesQueryWithV5113 extends AbstractQueryBuilder<StoriesGetRepliesQueryWithV5113,GetV5113Response>
| Constructor and Description |
|---|
StoriesGetRepliesQueryWithV5113(VkApiClient client,
GroupActor actor,
java.lang.Long ownerId,
java.lang.Integer storyId)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
StoriesGetRepliesQueryWithV5113(VkApiClient client,
UserActor actor,
java.lang.Long ownerId,
java.lang.Integer storyId)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
StoriesGetRepliesQueryWithV5113 |
accessKey(java.lang.String value)
Access key for the private object.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
StoriesGetRepliesQueryWithV5113 |
extended(java.lang.Boolean value)
'1' - to return additional fields for users and communities.
|
StoriesGetRepliesQueryWithV5113 |
fields(java.util.List<UserGroupFields> value)
Additional fields to return
|
StoriesGetRepliesQueryWithV5113 |
fields(UserGroupFields... value)
fields
Additional fields to return
|
protected StoriesGetRepliesQueryWithV5113 |
getThis()
Get reference to this object
|
StoriesGetRepliesQueryWithV5113 |
ownerId(java.lang.Long value)
Story owner ID.
|
StoriesGetRepliesQueryWithV5113 |
storyId(java.lang.Integer value)
Story ID.
|
accessToken, build, captchaKey, captchaSid, clientSecret, confirm, getBody, getMethod, getParams, getQueryHeaders, lang, toString, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, version, withHeader, withHeadersaddHeader, addHeaders, execute, executeAsRaw, executeAsString, executeAsStringWithReturningFullInfo, executeTypeable, executeTypeableWithoutRetry, executeWithoutRetry, getClient, getCookie, getGson, getHeaders, getResponseClass, getUrl, setCookie, setCookies, setHeaders, setHeaderspublic StoriesGetRepliesQueryWithV5113(VkApiClient client, GroupActor actor, java.lang.Long ownerId, java.lang.Integer storyId)
client - VK API clientactor - actor with access tokenownerId - value of "owner id" parameter. Entity - ownerstoryId - value of "story id" parameter. Minimum is 0.public StoriesGetRepliesQueryWithV5113(VkApiClient client, UserActor actor, java.lang.Long ownerId, java.lang.Integer storyId)
client - VK API clientactor - actor with access tokenownerId - value of "owner id" parameter. Entity - ownerstoryId - value of "story id" parameter. Minimum is 0.public StoriesGetRepliesQueryWithV5113 ownerId(java.lang.Long value)
value - value of "owner id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public StoriesGetRepliesQueryWithV5113 storyId(java.lang.Integer value)
value - value of "story id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public StoriesGetRepliesQueryWithV5113 accessKey(java.lang.String value)
value - value of "access key" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public StoriesGetRepliesQueryWithV5113 extended(java.lang.Boolean value)
value - value of "extended" parameter. By default false.AbstractQueryBuilder object to fulfill the "Builder" pattern.public StoriesGetRepliesQueryWithV5113 fields(UserGroupFields... value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public StoriesGetRepliesQueryWithV5113 fields(java.util.List<UserGroupFields> value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected StoriesGetRepliesQueryWithV5113 getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<StoriesGetRepliesQueryWithV5113,GetV5113Response>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<StoriesGetRepliesQueryWithV5113,GetV5113Response>