public class ShoppingContent.Conversionsources extends Object
Modifier and Type | Class and Description |
---|---|
class |
ShoppingContent.Conversionsources.Create |
class |
ShoppingContent.Conversionsources.Delete |
class |
ShoppingContent.Conversionsources.Get |
class |
ShoppingContent.Conversionsources.List |
class |
ShoppingContent.Conversionsources.Patch |
class |
ShoppingContent.Conversionsources.Undelete |
Constructor and Description |
---|
Conversionsources() |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Conversionsources.Create |
create(Long merchantId,
ConversionSource content)
Creates a new conversion source.
|
ShoppingContent.Conversionsources.Delete |
delete(Long merchantId,
String conversionSourceId)
Archives an existing conversion source.
|
ShoppingContent.Conversionsources.Get |
get(Long merchantId,
String conversionSourceId)
Fetches a conversion source.
|
ShoppingContent.Conversionsources.List |
list(Long merchantId)
Retrieves the list of conversion sources the caller has access to.
|
ShoppingContent.Conversionsources.Patch |
patch(Long merchantId,
String conversionSourceId,
ConversionSource content)
Updates information of an existing conversion source.
|
ShoppingContent.Conversionsources.Undelete |
undelete(Long merchantId,
String conversionSourceId,
UndeleteConversionSourceRequest content)
Re-enables an archived conversion source.
|
public ShoppingContent.Conversionsources.Create create(Long merchantId, ConversionSource content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.merchantId
- Required. The ID of the account that owns the new conversion source.content
- the ConversionSource
IOException
public ShoppingContent.Conversionsources.Delete delete(Long merchantId, String conversionSourceId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.merchantId
- Required. The ID of the account that owns the new conversion source.conversionSourceId
- Required. The ID of the conversion source to be deleted.IOException
public ShoppingContent.Conversionsources.Get get(Long merchantId, String conversionSourceId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.merchantId
- Required. The ID of the account that owns the new conversion source.conversionSourceId
- Required. The REST ID of the collection.IOException
public ShoppingContent.Conversionsources.List list(Long merchantId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.merchantId
- Required. The ID of the account that owns the new conversion source.IOException
public ShoppingContent.Conversionsources.Patch patch(Long merchantId, String conversionSourceId, ConversionSource content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.merchantId
- Required. The ID of the account that owns the new conversion source.conversionSourceId
- Required. The ID of the conversion source to be updated.content
- the ConversionSource
IOException
public ShoppingContent.Conversionsources.Undelete undelete(Long merchantId, String conversionSourceId, UndeleteConversionSourceRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.merchantId
- Required. The ID of the account that owns the new conversion source.conversionSourceId
- Required. The ID of the conversion source to be undeleted.content
- the UndeleteConversionSourceRequest
IOException
Copyright © 2011–2024 Google. All rights reserved.