Class PhotosReorderAlbumsQuery

    • Constructor Detail

      • PhotosReorderAlbumsQuery

        public PhotosReorderAlbumsQuery​(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.
    • Method Detail

      • ownerId

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

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

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

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