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