Class Fetch


  • public class Fetch
    extends java.lang.Object
    Models an individual fetch within a profile.
    • Constructor Detail

      • Fetch

        public Fetch​(Association association,
                     Fetch.Style style)
        Constructs a Fetch
        Parameters:
        association - The association to be fetched
        style - How to fetch it
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object