Class WallGetCommentQuery

    • Constructor Detail

      • WallGetCommentQuery

        public WallGetCommentQuery​(VkApiClient client,
                                   UserActor actor,
                                   int commentId)
        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
        commentId - value of "comment id" parameter. Minimum is 0.
    • Method Detail

      • ownerId

        public WallGetCommentQuery ownerId​(java.lang.Integer value)
        User ID or community ID. Use a negative value to designate a community ID.
        Parameters:
        value - value of "owner id" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • commentId

        protected WallGetCommentQuery commentId​(int value)
        Comment ID.
        Parameters:
        value - value of "comment id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • extended

        public WallGetCommentQuery extended​(java.lang.Boolean value)
        Set extended
        Parameters:
        value - value of "extended" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • fields

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

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