Class ListReference<T>

  • Type Parameters:
    T -

    public class ListReference<T>
    extends CollectionReference<List<T>>
    Developer note.
    This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
    • Constructor Detail

      • ListReference

        public ListReference​(Datastore datastore,
                             EntityModel model,
                             List ids)
        Parameters:
        datastore - the datastore to use
        ids - the IDs of the entities
        model - the EntityModel for the entity type
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
      • ListReference

        public ListReference​(List<T> values)
        Creates an instance with prepopulated values.
        Parameters:
        values - the values to use
    • Method Detail

      • setValues

        protected void setValues​(List ids)