Class StorageGetKeysQuery

    • Constructor Detail

      • StorageGetKeysQuery

        public StorageGetKeysQuery​(VkApiClient client,
                                   UserActor actor)
        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
      • StorageGetKeysQuery

        public StorageGetKeysQuery​(VkApiClient client,
                                   GroupActor actor)
        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
      • StorageGetKeysQuery

        public StorageGetKeysQuery​(VkApiClient client,
                                   ServiceActor actor)
        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
    • Method Detail

      • userId

        public StorageGetKeysQuery userId​(java.lang.Integer value)
        User id, whose variables names are returned if they were requested with a server method.
        Parameters:
        value - value of "user id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • offset

        public StorageGetKeysQuery offset​(java.lang.Integer value)
        Set offset
        Parameters:
        value - value of "offset" parameter. Minimum is 0. By default 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • count

        public StorageGetKeysQuery count​(java.lang.Integer value)
        Amount of variable names the info needs to be collected from.
        Parameters:
        value - value of "count" parameter. Maximum is 1000. Minimum is 0. By default 100.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.