Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
Action |
Action.clone() |
Action |
ActionReason.getAction()
Optional.
|
Action |
Action.set(String fieldName,
Object value) |
Action |
Action.setBuiltinSimpleAction(BuiltInSimpleAction builtinSimpleAction)
Action implemented and performed in (your) third-party application.
|
Action |
Action.setBuiltinUserInputAction(BuiltInUserInputAction builtinUserInputAction)
Action implemented and performed in (your) third-party application.
|
Action |
Action.setButtonLabel(String buttonLabel)
Label of the action button.
|
Action |
Action.setExternalAction(ExternalAction externalAction)
Action that is implemented and performed outside of (your) third-party application.
|
Action |
Action.setIsAvailable(Boolean isAvailable)
Controlling whether the button is active or disabled.
|
Action |
Action.setReasons(List<ActionReason> reasons)
List of reasons why the action is not available.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
AccountIssue.getActions()
A list of actionable steps that can be executed to solve the issue.
|
List<Action> |
ProductIssue.getActions()
A list of actionable steps that can be executed to solve the issue.
|
Modifier and Type | Method and Description |
---|---|
ActionReason |
ActionReason.setAction(Action action)
Optional.
|
Modifier and Type | Method and Description |
---|---|
AccountIssue |
AccountIssue.setActions(List<Action> actions)
A list of actionable steps that can be executed to solve the issue.
|
ProductIssue |
ProductIssue.setActions(List<Action> actions)
A list of actionable steps that can be executed to solve the issue.
|
Copyright © 2011–2024 Google. All rights reserved.