Class PhotosReorderPhotosQuery

    • Constructor Detail

      • PhotosReorderPhotosQuery

        public PhotosReorderPhotosQuery​(VkApiClient client,
                                        UserActor actor,
                                        int photoId)
        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
        photoId - value of "photo id" parameter.
    • Method Detail

      • ownerId

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

        protected PhotosReorderPhotosQuery photoId​(int value)
        Photo ID.
        Parameters:
        value - value of "photo id" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • before

        public PhotosReorderPhotosQuery before​(java.lang.Integer value)
        ID of the photo before which the photo 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 PhotosReorderPhotosQuery after​(java.lang.Integer value)
        ID of the photo after which the photo in question shall be placed.
        Parameters:
        value - value of "after" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.