WorkflowEnvelopeInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. WorkflowEnvelopeInner
- com.
Implements
public final class WorkflowEnvelopeInner
implements JsonSerializable<WorkflowEnvelopeInner>
Workflow properties definition.
Constructor Summary
Constructor | Description |
---|---|
WorkflowEnvelopeInner() |
Creates an instance of Workflow |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Workflow |
fromJson(JsonReader jsonReader)
Reads an instance of Workflow |
String |
id()
Get the id property: The resource id. |
String |
kind()
Get the kind property: The resource kind. |
String |
location()
Get the location property: The resource location. |
String |
name()
Get the name property: Gets the resource name. |
Workflow |
properties()
Get the properties property: Additional workflow properties. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: Gets the resource type. |
void |
validate()
Validates the instance. |
Workflow |
withKind(String kind)
Set the kind property: The resource kind. |
Workflow |
withLocation(String location)
Set the location property: The resource location. |
Workflow |
withProperties(WorkflowEnvelopeProperties properties)
Set the properties property: Additional workflow properties. |
Methods inherited from java.lang.Object
Constructor Details
WorkflowEnvelopeInner
public WorkflowEnvelopeInner()
Creates an instance of WorkflowEnvelopeInner class.
Method Details
fromJson
public static WorkflowEnvelopeInner fromJson(JsonReader jsonReader)
Reads an instance of WorkflowEnvelopeInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The resource id.
Returns:
kind
public String kind()
Get the kind property: The resource kind.
Returns:
location
public String location()
Get the location property: The resource location.
Returns:
name
public String name()
Get the name property: Gets the resource name.
Returns:
properties
public WorkflowEnvelopeProperties properties()
Get the properties property: Additional workflow properties.
Returns:
toJson
type
public String type()
Get the type property: Gets the resource type.
Returns:
validate
public void validate()
Validates the instance.
withKind
public WorkflowEnvelopeInner withKind(String kind)
Set the kind property: The resource kind.
Parameters:
Returns:
withLocation
public WorkflowEnvelopeInner withLocation(String location)
Set the location property: The resource location.
Parameters:
Returns:
withProperties
public WorkflowEnvelopeInner withProperties(WorkflowEnvelopeProperties properties)
Set the properties property: Additional workflow properties.
Parameters:
Returns:
Applies to
Azure SDK for Java