public class Analytics.Management.ProfileFilterLinks extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.ProfileFilterLinks.Delete |
class |
Analytics.Management.ProfileFilterLinks.Get |
class |
Analytics.Management.ProfileFilterLinks.Insert |
class |
Analytics.Management.ProfileFilterLinks.List |
class |
Analytics.Management.ProfileFilterLinks.Patch |
class |
Analytics.Management.ProfileFilterLinks.Update |
| Constructor and Description |
|---|
Analytics.Management.ProfileFilterLinks() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.ProfileFilterLinks.Delete |
delete(String accountId,
String webPropertyId,
String profileId,
String linkId)
Delete a profile filter link.
|
Analytics.Management.ProfileFilterLinks.Get |
get(String accountId,
String webPropertyId,
String profileId,
String linkId)
Returns a single profile filter link.
|
Analytics.Management.ProfileFilterLinks.Insert |
insert(String accountId,
String webPropertyId,
String profileId,
ProfileFilterLink content)
Create a new profile filter link.
|
Analytics.Management.ProfileFilterLinks.List |
list(String accountId,
String webPropertyId,
String profileId)
Lists all profile filter links for a profile.
|
Analytics.Management.ProfileFilterLinks.Patch |
patch(String accountId,
String webPropertyId,
String profileId,
String linkId,
ProfileFilterLink content)
Update an existing profile filter link.
|
Analytics.Management.ProfileFilterLinks.Update |
update(String accountId,
String webPropertyId,
String profileId,
String linkId,
ProfileFilterLink content)
Update an existing profile filter link.
|
public Analytics.Management.ProfileFilterLinks()
public Analytics.Management.ProfileFilterLinks.Delete delete(String accountId, String webPropertyId, String profileId, String linkId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to which the profile filter link belongs.webPropertyId - Web property Id to which the profile filter link belongs.profileId - Profile ID to which the filter link belongs.linkId - ID of the profile filter link to delete.IOExceptionpublic Analytics.Management.ProfileFilterLinks.Get get(String accountId, String webPropertyId, String profileId, String linkId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to retrieve profile filter link for.webPropertyId - Web property Id to retrieve profile filter link for.profileId - Profile ID to retrieve filter link for.linkId - ID of the profile filter link.IOExceptionpublic Analytics.Management.ProfileFilterLinks.Insert insert(String accountId, String webPropertyId, String profileId, ProfileFilterLink content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to create profile filter link for.webPropertyId - Web property Id to create profile filter link for.profileId - Profile ID to create filter link for.content - the ProfileFilterLinkIOExceptionpublic Analytics.Management.ProfileFilterLinks.List list(String accountId, String webPropertyId, String profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to retrieve profile filter links for.webPropertyId - Web property Id for profile filter links for. Can either be a specific web property ID or '~all',
which refers to all the web properties that user has access to.profileId - Profile ID to retrieve filter links for. Can either be a specific profile ID or '~all', which refers
to all the profiles that user has access to.IOExceptionpublic Analytics.Management.ProfileFilterLinks.Patch patch(String accountId, String webPropertyId, String profileId, String linkId, ProfileFilterLink content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to which profile filter link belongs.webPropertyId - Web property Id to which profile filter link belongsprofileId - Profile ID to which filter link belongslinkId - ID of the profile filter link to be updated.content - the ProfileFilterLinkIOExceptionpublic Analytics.Management.ProfileFilterLinks.Update update(String accountId, String webPropertyId, String profileId, String linkId, ProfileFilterLink content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to which profile filter link belongs.webPropertyId - Web property Id to which profile filter link belongsprofileId - Profile ID to which filter link belongslinkId - ID of the profile filter link to be updated.content - the ProfileFilterLinkIOException