SolutionPatchRequestBody Class
- java.
lang. Object - com.
azure. resourcemanager. selfhelp. models. SolutionPatchRequestBody
- com.
Implements
public final class SolutionPatchRequestBody
implements JsonSerializable<SolutionPatchRequestBody>
Solution PatchRequest body.
Constructor Summary
| Constructor | Description |
|---|---|
| SolutionPatchRequestBody() |
Creates an instance of Solution |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
content()
Get the content property: The HTML content that needs to be rendered and shown to customer. |
|
static
Solution |
fromJson(JsonReader jsonReader)
Reads an instance of Solution |
| Map<String,String> |
parameters()
Get the parameters property: Client input parameters to run Solution. |
|
Solution |
provisioningState()
Get the provisioning |
|
Replacement |
replacementMaps()
Get the replacement |
| List<Section> |
sections()
Get the sections property: List of section object. |
| String |
solutionId()
Get the solution |
| String |
title()
Get the title property: The title. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
List<Trigger |
triggerCriteria()
Get the trigger |
|
Solution |
withParameters(Map<String,String> parameters)
Set the parameters property: Client input parameters to run Solution. |
|
Solution |
withTriggerCriteria(List<TriggerCriterion> triggerCriteria)
Set the trigger |
Methods inherited from java.lang.Object
Constructor Details
SolutionPatchRequestBody
public SolutionPatchRequestBody()
Creates an instance of SolutionPatchRequestBody class.
Method Details
content
public String content()
Get the content property: The HTML content that needs to be rendered and shown to customer.
Returns:
fromJson
public static SolutionPatchRequestBody fromJson(JsonReader jsonReader)
Reads an instance of SolutionPatchRequestBody from the JsonReader.
Parameters:
Returns:
Throws:
parameters
public Map<String,String> parameters()
Get the parameters property: Client input parameters to run Solution.
Returns:
provisioningState
public SolutionProvisioningState provisioningState()
Get the provisioningState property: Status of solution provisioning.
Returns:
replacementMaps
public ReplacementMaps replacementMaps()
Get the replacementMaps property: Solution replacement maps.
Returns:
sections
public List
Get the sections property: List of section object.
Returns:
solutionId
public String solutionId()
Get the solutionId property: Solution Id to identify single solution.
Returns:
title
public String title()
Get the title property: The title.
Returns:
toJson
triggerCriteria
public List<TriggerCriterion> triggerCriteria()
Get the triggerCriteria property: Solution request trigger criteria.
Returns:
withParameters
public SolutionPatchRequestBody withParameters(Map<String,String> parameters)
Set the parameters property: Client input parameters to run Solution.
Parameters:
Returns:
withTriggerCriteria
public SolutionPatchRequestBody withTriggerCriteria(List<TriggerCriterion> triggerCriteria)
Set the triggerCriteria property: Solution request trigger criteria.
Parameters:
Returns: