RecallActionParameters Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. models. RecallActionParameters
- com.
Implements
public final class RecallActionParameters
implements JsonSerializable<RecallActionParameters>
The parameters used when calling recall action on server endpoint.
Constructor Summary
| Constructor | Description |
|---|---|
| RecallActionParameters() |
Creates an instance of Recall |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Recall |
fromJson(JsonReader jsonReader)
Reads an instance of Recall |
| String |
pattern()
Get the pattern property: Pattern of the files. |
| String |
recallPath()
Get the recall |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Recall |
withPattern(String pattern)
Set the pattern property: Pattern of the files. |
|
Recall |
withRecallPath(String recallPath)
Set the recall |
Methods inherited from java.lang.Object
Constructor Details
RecallActionParameters
public RecallActionParameters()
Creates an instance of RecallActionParameters class.
Method Details
fromJson
public static RecallActionParameters fromJson(JsonReader jsonReader)
Reads an instance of RecallActionParameters from the JsonReader.
Parameters:
Returns:
Throws:
pattern
public String pattern()
Get the pattern property: Pattern of the files.
Returns:
recallPath
public String recallPath()
Get the recallPath property: Recall path.
Returns:
toJson
withPattern
public RecallActionParameters withPattern(String pattern)
Set the pattern property: Pattern of the files.
Parameters:
Returns:
withRecallPath
public RecallActionParameters withRecallPath(String recallPath)
Set the recallPath property: Recall path.
Parameters:
Returns: