Class Families

java.lang.Object
com.azure.aot.graalvm.samples.cosmos.Families

public class Families extends Object
Helper class to get family details.
  • Constructor Details

    • Families

      public Families()
  • Method Details

    • getAndersenFamilyItem

      public static Family getAndersenFamilyItem()
      Returns the family details of Andersen family.
      Returns:
      the family details of Andersen family.
    • getWakefieldFamilyItem

      public static Family getWakefieldFamilyItem()
      Returns the family details of Wakefield family.
      Returns:
      the family details of Wakefield family.
    • getJohnsonFamilyItem

      public static Family getJohnsonFamilyItem()
      Returns the family details of Johnson family.
      Returns:
      the family details of Johnson family.
    • getSmithFamilyItem

      public static Family getSmithFamilyItem()
      Returns the family details of Smith family.
      Returns:
      the family details of Smith family.