Uses of Class
net.andresbustamante.yafoot.core.events.MatchPlayerRegistrationEvent.Builder
Packages that use MatchPlayerRegistrationEvent.Builder
-
Uses of MatchPlayerRegistrationEvent.Builder in net.andresbustamante.yafoot.core.events
Methods in net.andresbustamante.yafoot.core.events that return MatchPlayerRegistrationEvent.BuilderModifier and TypeMethodDescriptionMatchPlayerRegistrationEvent.Builder.clearMatchCode()
Clears the value of the 'matchCode' field.MatchPlayerRegistrationEvent.Builder.clearMatchId()
Clears the value of the 'matchId' field.MatchPlayerRegistrationEvent.Builder.clearPlayerFirstName()
Clears the value of the 'playerFirstName' field.MatchPlayerRegistrationEvent.Builder.clearPlayerId()
Clears the value of the 'playerId' field.MatchPlayerRegistrationEvent.newBuilder()
Creates a new MatchPlayerRegistrationEvent RecordBuilder.MatchPlayerRegistrationEvent.newBuilder
(MatchPlayerRegistrationEvent other) Creates a new MatchPlayerRegistrationEvent RecordBuilder by copying an existing MatchPlayerRegistrationEvent instance.MatchPlayerRegistrationEvent.newBuilder
(MatchPlayerRegistrationEvent.Builder other) Creates a new MatchPlayerRegistrationEvent RecordBuilder by copying an existing Builder.MatchPlayerRegistrationEvent.Builder.setMatchCode
(CharSequence value) Sets the value of the 'matchCode' field.MatchPlayerRegistrationEvent.Builder.setMatchId
(int value) Sets the value of the 'matchId' field.MatchPlayerRegistrationEvent.Builder.setPlayerFirstName
(CharSequence value) Sets the value of the 'playerFirstName' field.MatchPlayerRegistrationEvent.Builder.setPlayerId
(int value) Sets the value of the 'playerId' field.Methods in net.andresbustamante.yafoot.core.events with parameters of type MatchPlayerRegistrationEvent.BuilderModifier and TypeMethodDescriptionMatchPlayerRegistrationEvent.newBuilder
(MatchPlayerRegistrationEvent.Builder other) Creates a new MatchPlayerRegistrationEvent RecordBuilder by copying an existing Builder.