get
public AndroidPublisher.Edits.Countryavailability.Get get(String packageName,
                                                          String editId,
                                                          String track)
                                                   throws IOException
Gets country availability.
 Create a request for the method "countryavailability.get".
 This request holds the parameters needed by the androidpublisher server.  After setting any
 optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
- packageName- Package name of the app.
- editId- Identifier of the edit.
- track- The track to read from.
- Returns:
- the request
- Throws:
- IOException