Uses of Enum Class
edu.ucsb.cs156.frontiers.enums.InsertStatus
Packages that use InsertStatus
-
Uses of InsertStatus in edu.ucsb.cs156.frontiers.enums
Methods in edu.ucsb.cs156.frontiers.enums that return InsertStatusModifier and TypeMethodDescriptionstatic InsertStatus
Returns the enum constant of this class with the specified name.static InsertStatus[]
InsertStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of InsertStatus in edu.ucsb.cs156.frontiers.models
Methods in edu.ucsb.cs156.frontiers.models that return InsertStatusModifier and TypeMethodDescriptionUpsertResponse.getInsertStatus()
UpsertResponse.insertStatus()
Returns the value of theinsertStatus
record component.Constructors in edu.ucsb.cs156.frontiers.models with parameters of type InsertStatusModifierConstructorDescriptionUpsertResponse
(InsertStatus insertStatus, RosterStudent rosterStudent) Creates an instance of aUpsertResponse
record class.