public class ShoppingContent.Csses extends Object
Modifier and Type | Class and Description |
---|---|
class |
ShoppingContent.Csses.Get |
class |
ShoppingContent.Csses.List |
class |
ShoppingContent.Csses.Updatelabels |
Constructor and Description |
---|
Csses() |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Csses.Get |
get(Long cssGroupId,
Long cssDomainId)
Retrieves a single CSS domain by ID.
|
ShoppingContent.Csses.List |
list(Long cssGroupId)
Lists CSS domains affiliated with a CSS group.
|
ShoppingContent.Csses.Updatelabels |
updatelabels(Long cssGroupId,
Long cssDomainId,
LabelIds content)
Updates labels that are assigned to a CSS domain by its CSS group.
|
public ShoppingContent.Csses.Get get(Long cssGroupId, Long cssDomainId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.cssGroupId
- Required. The ID of the managing account. If this parameter is not the same as
[cssDomainId](#cssDomainId), then this ID must be a CSS group ID and `cssDomainId` must be
the ID of a CSS domain affiliated with this group.cssDomainId
- Required. The ID of the CSS domain to return.IOException
public ShoppingContent.Csses.List list(Long cssGroupId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.cssGroupId
- Required. The CSS group ID of CSS domains to be listed.IOException
public ShoppingContent.Csses.Updatelabels updatelabels(Long cssGroupId, Long cssDomainId, LabelIds content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.cssGroupId
- Required. The CSS group ID of the updated CSS domain.cssDomainId
- Required. The ID of the updated CSS domain.content
- the LabelIds
IOException
Copyright © 2011–2024 Google. All rights reserved.