Class VideoRestoreQuery

    • Constructor Detail

      • VideoRestoreQuery

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

      • videoId

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

        public VideoRestoreQuery ownerId​(java.lang.Integer 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.