RoleAssignmentScheduleRequestPropertiesTicketInfo Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. models. RoleAssignmentScheduleRequestPropertiesTicketInfo
- com.
Implements
public final class RoleAssignmentScheduleRequestPropertiesTicketInfo
implements JsonSerializable<RoleAssignmentScheduleRequestPropertiesTicketInfo>
Ticket Info of the role assignment.
Constructor Summary
Constructor | Description |
---|---|
RoleAssignmentScheduleRequestPropertiesTicketInfo() |
Creates an instance of Role |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Role |
fromJson(JsonReader jsonReader)
Reads an instance of Role |
String |
ticketNumber()
Get the ticket |
String |
ticketSystem()
Get the ticket |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Role |
withTicketNumber(String ticketNumber)
Set the ticket |
Role |
withTicketSystem(String ticketSystem)
Set the ticket |
Methods inherited from java.lang.Object
Constructor Details
RoleAssignmentScheduleRequestPropertiesTicketInfo
public RoleAssignmentScheduleRequestPropertiesTicketInfo()
Creates an instance of RoleAssignmentScheduleRequestPropertiesTicketInfo class.
Method Details
fromJson
public static RoleAssignmentScheduleRequestPropertiesTicketInfo fromJson(JsonReader jsonReader)
Reads an instance of RoleAssignmentScheduleRequestPropertiesTicketInfo from the JsonReader.
Parameters:
Returns:
Throws:
ticketNumber
public String ticketNumber()
Get the ticketNumber property: Ticket number for the role assignment.
Returns:
ticketSystem
public String ticketSystem()
Get the ticketSystem property: Ticket system name for the role assignment.
Returns:
toJson
validate
public void validate()
Validates the instance.
withTicketNumber
public RoleAssignmentScheduleRequestPropertiesTicketInfo withTicketNumber(String ticketNumber)
Set the ticketNumber property: Ticket number for the role assignment.
Parameters:
Returns:
withTicketSystem
public RoleAssignmentScheduleRequestPropertiesTicketInfo withTicketSystem(String ticketSystem)
Set the ticketSystem property: Ticket system name for the role assignment.
Parameters:
Returns:
Applies to
Azure SDK for Java