Class VideoReorderAlbumsQuery

    • Constructor Detail

      • VideoReorderAlbumsQuery

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

      • ownerId

        public VideoReorderAlbumsQuery ownerId​(java.lang.Integer value)
        ID of the user or community that owns the albums..
        Parameters:
        value - value of "owner id" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • albumId

        protected VideoReorderAlbumsQuery albumId​(int value)
        Album ID.
        Parameters:
        value - value of "album id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • before

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

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