Participant Class
- java.
lang. Object - com.
azure. resourcemanager. billing. models. Participant
- com.
Implements
public final class Participant
implements JsonSerializable<Participant>
Billing account name. Available for a specific type of agreement.
Constructor Summary
| Constructor | Description |
|---|---|
| Participant() |
Creates an instance of Participant class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
email()
Get the email property: The email address of the participant. |
| static Participant |
fromJson(JsonReader jsonReader)
Reads an instance of Participant from the Json |
| String |
status()
Get the status property: The acceptance status of the participant. |
|
Offset |
statusDate()
Get the status |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
Participant
public Participant()
Creates an instance of Participant class.
Method Details
public String email()
Get the email property: The email address of the participant.
Returns:
fromJson
public static Participant fromJson(JsonReader jsonReader)
Reads an instance of Participant from the JsonReader.
Parameters:
Returns:
Throws:
status
public String status()
Get the status property: The acceptance status of the participant.
Returns:
statusDate
public OffsetDateTime statusDate()
Get the statusDate property: The date when the status got changed.
Returns:
toJson
validate
public void validate()
Validates the instance.