Uses of Class
com.kingsrook.qqq.backend.core.model.actions.messaging.Party
Packages that use Party
-
Uses of Party in com.kingsrook.qqq.backend.core.model.actions.messaging
Subclasses of Party in com.kingsrook.qqq.backend.core.model.actions.messagingMethods in com.kingsrook.qqq.backend.core.model.actions.messaging that return PartyModifier and TypeMethodDescriptionSendMessageInput.getFrom()Getter for fromSendMessageInput.getTo()Getter for toParty.withAddress(String address) Fluent setter for addressFluent setter for labelFluent setter for roleMethods in com.kingsrook.qqq.backend.core.model.actions.messaging that return types with arguments of type PartyMethods in com.kingsrook.qqq.backend.core.model.actions.messaging with parameters of type PartyModifier and TypeMethodDescriptionvoidvoidSetter for fromvoidSetter for toFluent setter for fromFluent setter for toMethod parameters in com.kingsrook.qqq.backend.core.model.actions.messaging with type arguments of type PartyModifier and TypeMethodDescriptionvoidMultiParty.setPartyList(List<Party> partyList) Setter for partyListMultiParty.withPartyList(List<Party> partyList) Fluent setter for partyList