Uses of Class
com.echothree.model.control.party.server.graphql.PartyAliasObject
Packages that use PartyAliasObject
Package
Description
-
Uses of PartyAliasObject in com.echothree.model.control.graphql.server.graphql
Methods in com.echothree.model.control.graphql.server.graphql that return PartyAliasObjectModifier and TypeMethodDescriptionstatic PartyAliasObject
GraphQlQueries.partyAlias
(graphql.schema.DataFetchingEnvironment env, String partyName, String partyTypeName, String partyAliasTypeName, String alias) Methods in com.echothree.model.control.graphql.server.graphql that return types with arguments of type PartyAliasObjectModifier and TypeMethodDescriptionstatic Collection<PartyAliasObject>
GraphQlQueries.partyAliases
(graphql.schema.DataFetchingEnvironment env, String partyName, String partyTypeName, String partyAliasTypeName) -
Uses of PartyAliasObject in com.echothree.model.control.party.server.graphql
Methods in com.echothree.model.control.party.server.graphql that return types with arguments of type PartyAliasObjectModifier and TypeMethodDescriptionBasePartyObject.getPartyAliases
(graphql.schema.DataFetchingEnvironment env)