Class GetUserProfileAudios


public class GetUserProfileAudios extends AbstractBaseRequest<GetUserProfileAudios,UserProfileAudios>
GetUserProfileAudios class. Returns UserProfileAudios on success.
Since:
1.4.0
Version:
1.4.0
Author:
Natanim
  • Constructor Details

    • GetUserProfileAudios

      public GetUserProfileAudios(long userId, Api api)
  • Method Details

    • offset

      public GetUserProfileAudios offset(int offset)
      Optional
      Parameters:
      offset - Sequential number of the first audio to be returned. By default, all audios are returned.
      Returns:
      GetUserProfileAudios
    • limit

      public GetUserProfileAudios limit(int limit)
      Optional
      Parameters:
      limit - Limits the number of audios to be retrieved. Values between 1-100 are accepted. Defaults to 100.
      Returns:
      GetUserProfileAudios