public class WorkflowKnowledgePublish extends WorkflowAction
Java class for WorkflowKnowledgePublish complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkflowKnowledgePublish">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}WorkflowAction">
<sequence>
<element name="action" type="{urn:tooling.soap.sforce.com}KnowledgeWorkflowAction"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="protected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_protected |
protected KnowledgeWorkflowAction |
action |
protected String |
description |
protected String |
label |
protected String |
language |
| Constructor and Description |
|---|
WorkflowKnowledgePublish() |
| Modifier and Type | Method and Description |
|---|---|
KnowledgeWorkflowAction |
getAction()
Gets the value of the action property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getLanguage()
Gets the value of the language property.
|
boolean |
isProtected()
Gets the value of the protected property.
|
void |
setAction(KnowledgeWorkflowAction value)
Sets the value of the action property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setProtected(boolean value)
Sets the value of the protected property.
|
protected KnowledgeWorkflowAction action
protected String description
protected String label
protected String language
protected boolean _protected
public KnowledgeWorkflowAction getAction()
KnowledgeWorkflowActionpublic void setAction(KnowledgeWorkflowAction value)
value - allowed object is
KnowledgeWorkflowActionpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic boolean isProtected()
public void setProtected(boolean value)
Copyright © 2016. All rights reserved.