RepetitionIndex Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. RepetitionIndex
- com.
Implements
public final class RepetitionIndex
implements JsonSerializable<RepetitionIndex>
The workflow run action repetition index.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Repetition |
fromJson(JsonReader jsonReader)
Reads an instance of Repetition |
| int |
itemIndex()
Get the item |
| String |
scopeName()
Get the scope |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static RepetitionIndex fromJson(JsonReader jsonReader)
Reads an instance of RepetitionIndex from the JsonReader.
Parameters:
Returns:
Throws:
itemIndex
public int itemIndex()
Get the itemIndex property: The index.
Returns:
scopeName
public String scopeName()
Get the scopeName property: The scope.
Returns:
toJson
validate
public void validate()
Validates the instance.