public class Dfareporting.MobileApps extends Object
Modifier and Type | Class and Description |
---|---|
class |
Dfareporting.MobileApps.Get |
class |
Dfareporting.MobileApps.List |
Constructor and Description |
---|
MobileApps() |
Modifier and Type | Method and Description |
---|---|
Dfareporting.MobileApps.Get |
get(Long profileId,
String id)
Gets one mobile app by ID.
|
Dfareporting.MobileApps.List |
list(Long profileId)
Retrieves list of available mobile apps.
|
public Dfareporting.MobileApps.Get get(Long profileId, String id) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.id
- Mobile app ID.IOException
public Dfareporting.MobileApps.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.IOException
Copyright © 2011–2025 Google. All rights reserved.