Class VideoReorderVideosQuery

    • Constructor Detail

      • VideoReorderVideosQuery

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

      • targetId

        public VideoReorderVideosQuery targetId​(java.lang.Integer value)
        ID of the user or community that owns the album with videos.
        Parameters:
        value - value of "target id" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • albumId

        public VideoReorderVideosQuery albumId​(java.lang.Integer value)
        ID of the video album.
        Parameters:
        value - value of "album id" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • ownerId

        protected VideoReorderVideosQuery ownerId​(int value)
        ID of the user or community that owns the video.
        Parameters:
        value - value of "owner id" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • videoId

        protected VideoReorderVideosQuery videoId​(int value)
        ID of the video.
        Parameters:
        value - value of "video id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • beforeOwnerId

        public VideoReorderVideosQuery beforeOwnerId​(java.lang.Integer value)
        ID of the user or community that owns the video before which the video in question shall be placed.
        Parameters:
        value - value of "before owner id" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • beforeVideoId

        public VideoReorderVideosQuery beforeVideoId​(java.lang.Integer value)
        ID of the video before which the video in question shall be placed.
        Parameters:
        value - value of "before video id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • afterOwnerId

        public VideoReorderVideosQuery afterOwnerId​(java.lang.Integer value)
        ID of the user or community that owns the video after which the photo in question shall be placed.
        Parameters:
        value - value of "after owner id" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • afterVideoId

        public VideoReorderVideosQuery afterVideoId​(java.lang.Integer value)
        ID of the video after which the photo in question shall be placed.
        Parameters:
        value - value of "after video id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.