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.
Constructor Summary
Constructor | Description |
---|---|
RepetitionIndex() |
Creates an instance of Repetition |
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. |
Repetition |
withItemIndex(int itemIndex)
Set the item |
Repetition |
withScopeName(String scopeName)
Set the scope |
Methods inherited from java.lang.Object
Constructor Details
RepetitionIndex
public RepetitionIndex()
Creates an instance of RepetitionIndex class.
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.
withItemIndex
public RepetitionIndex withItemIndex(int itemIndex)
Set the itemIndex property: The index.
Parameters:
Returns:
withScopeName
public RepetitionIndex withScopeName(String scopeName)
Set the scopeName property: The scope.
Parameters:
Returns:
Applies to
Azure SDK for Java