Class ResponseProjectResource<Type>

  • Type Parameters:
    Type - The type of the object to be displayed in the project response

    public class ResponseProjectResource<Type>
    extends java.lang.Object
    The resource for displaying the API project response.
    • Constructor Detail

      • ResponseProjectResource

        public ResponseProjectResource​(Type projectResources)
    • Method Detail

      • getProjectResources

        public Type getProjectResources()