Class ListResourceWrapper<Type extends IridaRepresentationModel>

  • Type Parameters:
    Type - The type of object being stored in the list extends IridaRepresentationModel

    public class ListResourceWrapper<Type extends IridaRepresentationModel>
    extends java.lang.Object
    Object wrapping a list of returned resources from a remote IRIDA API. This type will be returned when listing objects from the API. Example: "/projects"
    • Constructor Detail

      • ListResourceWrapper

        public ListResourceWrapper()