Class PhotosGetByIdQueryWithLegacyExtended

    • Constructor Detail

      • PhotosGetByIdQueryWithLegacyExtended

        public PhotosGetByIdQueryWithLegacyExtended​(VkApiClient client,
                                                    UserActor actor,
                                                    java.lang.String... photos)
        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
        photos - value of "photos" parameter.
      • PhotosGetByIdQueryWithLegacyExtended

        public PhotosGetByIdQueryWithLegacyExtended​(VkApiClient client,
                                                    UserActor actor,
                                                    java.util.List<java.lang.String> photos)
        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
        photos - value of "photos" parameter.
      • PhotosGetByIdQueryWithLegacyExtended

        public PhotosGetByIdQueryWithLegacyExtended​(VkApiClient client,
                                                    ServiceActor actor,
                                                    java.lang.String... photos)
        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
        photos - value of "photos" parameter.
      • PhotosGetByIdQueryWithLegacyExtended

        public PhotosGetByIdQueryWithLegacyExtended​(VkApiClient client,
                                                    ServiceActor actor,
                                                    java.util.List<java.lang.String> photos)
        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
        photos - value of "photos" parameter.
    • Method Detail

      • extended

        public PhotosGetByIdQueryWithLegacyExtended extended​(java.lang.Boolean value)
        '1' — to return additional fields, '0' — (default)
        Parameters:
        value - value of "extended" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • photoSizes

        public PhotosGetByIdQueryWithLegacyExtended photoSizes​(java.lang.Boolean value)
        '1' — to return photo sizes in a
        Parameters:
        value - value of "photo sizes" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • photos

        protected PhotosGetByIdQueryWithLegacyExtended photos​(java.lang.String... value)
        photos IDs separated with a comma, that are IDs of users who posted photos and IDs of photos themselves with an underscore character between such IDs. To get information about a photo in the group album, you shall specify group ID instead of user ID. Example: "1_129207899,6492_135055734, , -20629724_271945303"
        Parameters:
        value - value of "photos" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • photos

        protected PhotosGetByIdQueryWithLegacyExtended photos​(java.util.List<java.lang.String> value)
        IDs separated with a comma, that are IDs of users who posted photos and IDs of photos themselves with an underscore character between such IDs. To get information about a photo in the group album, you shall specify group ID instead of user ID. Example: "1_129207899,6492_135055734, , -20629724_271945303"
        Parameters:
        value - value of "photos" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.