Package | Description |
---|---|
com.google.api.services.content | |
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Accounts.Labels.Create |
ShoppingContent.Accounts.Labels.create(Long accountId,
AccountLabel content)
Creates a new label, not assigned to any account.
|
ShoppingContent.Accounts.Labels.Patch |
ShoppingContent.Accounts.Labels.patch(Long accountId,
Long labelId,
AccountLabel content)
Updates a label.
|
Constructor and Description |
---|
Create(Long accountId,
AccountLabel content)
Creates a new label, not assigned to any account.
|
Patch(Long accountId,
Long labelId,
AccountLabel content)
Updates a label.
|
Modifier and Type | Method and Description |
---|---|
AccountLabel |
AccountLabel.clone() |
AccountLabel |
AccountLabel.set(String fieldName,
Object value) |
AccountLabel |
AccountLabel.setAccountId(Long accountId)
Immutable.
|
AccountLabel |
AccountLabel.setDescription(String description)
The description of this label.
|
AccountLabel |
AccountLabel.setLabelId(Long labelId)
Output only.
|
AccountLabel |
AccountLabel.setLabelType(String labelType)
Output only.
|
AccountLabel |
AccountLabel.setName(String name)
The display name of this label.
|
Modifier and Type | Method and Description |
---|---|
List<AccountLabel> |
ListAccountLabelsResponse.getAccountLabels()
The labels from the specified account.
|
Modifier and Type | Method and Description |
---|---|
ListAccountLabelsResponse |
ListAccountLabelsResponse.setAccountLabels(List<AccountLabel> accountLabels)
The labels from the specified account.
|
Copyright © 2011–2024 Google. All rights reserved.