Class RoleAssignmentScheduleRequestPropertiesTicketInfo
java.lang.Object
com.azure.resourcemanager.authorization.models.RoleAssignmentScheduleRequestPropertiesTicketInfo
Ticket Info of the role assignment.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RoleAssignmentScheduleRequestPropertiesTicketInfo class. -
Method Summary
Modifier and TypeMethodDescriptionGet the ticketNumber property: Ticket number for the role assignment.Get the ticketSystem property: Ticket system name for the role assignment.voidvalidate()Validates the instance.withTicketNumber(String ticketNumber) Set the ticketNumber property: Ticket number for the role assignment.withTicketSystem(String ticketSystem) Set the ticketSystem property: Ticket system name for the role assignment.
-
Constructor Details
-
RoleAssignmentScheduleRequestPropertiesTicketInfo
public RoleAssignmentScheduleRequestPropertiesTicketInfo()Creates an instance of RoleAssignmentScheduleRequestPropertiesTicketInfo class.
-
-
Method Details
-
ticketNumber
Get the ticketNumber property: Ticket number for the role assignment.- Returns:
- the ticketNumber value.
-
withTicketNumber
Set the ticketNumber property: Ticket number for the role assignment.- Parameters:
ticketNumber- the ticketNumber value to set.- Returns:
- the RoleAssignmentScheduleRequestPropertiesTicketInfo object itself.
-
ticketSystem
Get the ticketSystem property: Ticket system name for the role assignment.- Returns:
- the ticketSystem value.
-
withTicketSystem
Set the ticketSystem property: Ticket system name for the role assignment.- Parameters:
ticketSystem- the ticketSystem value to set.- Returns:
- the RoleAssignmentScheduleRequestPropertiesTicketInfo object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-