Class StoriesGetRepliesQueryWithV5113

    • Constructor Detail

      • StoriesGetRepliesQueryWithV5113

        public StoriesGetRepliesQueryWithV5113​(VkApiClient client,
                                               UserActor actor,
                                               int ownerId,
                                               int storyId)
        Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
        Parameters:
        client - VK API client
        actor - actor with access token
        ownerId - value of "owner id" parameter.
        storyId - value of "story id" parameter. Minimum is 0.
      • StoriesGetRepliesQueryWithV5113

        public StoriesGetRepliesQueryWithV5113​(VkApiClient client,
                                               GroupActor actor,
                                               int ownerId,
                                               int storyId)
        Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
        Parameters:
        client - VK API client
        actor - actor with access token
        ownerId - value of "owner id" parameter.
        storyId - value of "story id" parameter. Minimum is 0.
    • Method Detail

      • ownerId

        protected StoriesGetRepliesQueryWithV5113 ownerId​(int value)
        Story owner ID.
        Parameters:
        value - value of "owner id" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • storyId

        protected StoriesGetRepliesQueryWithV5113 storyId​(int value)
        Story ID.
        Parameters:
        value - value of "story id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • accessKey

        public StoriesGetRepliesQueryWithV5113 accessKey​(java.lang.String value)
        Access key for the private object.
        Parameters:
        value - value of "access key" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • extended

        public StoriesGetRepliesQueryWithV5113 extended​(java.lang.Boolean value)
        '1' — to return additional fields for users and communities. Default value is 0.
        Parameters:
        value - value of "extended" parameter. By default false.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • fields

        public StoriesGetRepliesQueryWithV5113 fields​(UserGroupFields... value)
        fields Additional fields to return
        Parameters:
        value - value of "fields" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • fields

        public StoriesGetRepliesQueryWithV5113 fields​(java.util.List<UserGroupFields> value)
        Additional fields to return
        Parameters:
        value - value of "fields" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.