Class StatusSetQuery

    • Constructor Detail

      • StatusSetQuery

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

      • text

        public StatusSetQuery text​(java.lang.String value)
        Text of the new status.
        Parameters:
        value - value of "text" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • groupId

        public StatusSetQuery groupId​(java.lang.Integer value)
        Identifier of a community to set a status in. If left blank the status is set to current user.
        Parameters:
        value - value of "group id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.