Uses of Class
org.oxerr.viagogo.model.response.inventory.ListingNote
Packages that use ListingNote
-
Uses of ListingNote in org.oxerr.viagogo.model.response.inventory
Methods in org.oxerr.viagogo.model.response.inventory that return types with arguments of type ListingNoteModifier and TypeMethodDescriptionListingConstraints.getConnectedSellerListingNotes()ListingConstraints.getListingNodes()SellerListing.getListingNotes()ListingConstraints.getRequiredUniqueListingNotes()ListingConstraints.getRestrictedOnUseListingNotes()Method parameters in org.oxerr.viagogo.model.response.inventory with type arguments of type ListingNoteModifier and TypeMethodDescriptionvoidListingConstraints.setConnectedSellerListingNotes(List<ListingNote> connectedSellerListingNotes) voidListingConstraints.setListingNodes(List<ListingNote> listingNodes) voidSellerListing.setListingNotes(List<ListingNote> listingNotes) voidListingConstraints.setRequiredUniqueListingNotes(List<ListingNote> requiredUniqueListingNotes) voidListingConstraints.setRestrictedOnUseListingNotes(List<ListingNote> restrictedOnUseListingNotes)