Class PromaResourceFactory

    • Method Detail

      • newContactResource

        public static de.xima.proma.restclient.pub.gen.model.PublicCustomerContactResource newContactResource​(String firstName,
                                                                                                              String lastName,
                                                                                                              String mail)
      • newCustomerResource

        public static de.xima.proma.restclient.pub.gen.model.PublicCustomerResource newCustomerResource​(String customerName)
      • newHardwareIdResource

        public static de.xima.proma.restclient.pub.gen.model.PublicHardwareIdResource newHardwareIdResource​(String hardwareId,
                                                                                                            de.xima.proma.restclient.pub.gen.model.PublicLicenseResource licenseResource,
                                                                                                            String systemInfo)
      • newLicenseResource

        public static de.xima.proma.restclient.pub.gen.model.PublicLicenseResource newLicenseResource​(String licenseKey,
                                                                                                      de.xima.proma.restclient.pub.gen.model.PublicProductResource productResource,
                                                                                                      String versionKey)
      • newProductResource

        public static de.xima.proma.restclient.pub.gen.model.PublicProductResource newProductResource​(String productKey)
      • newProductResource

        public static de.xima.proma.restclient.pub.gen.model.PublicProductResource newProductResource​(String productKey,
                                                                                                      String versionName)
      • newStoreItemMetaResource

        public static de.xima.proma.restclient.pub.gen.model.PublicStoreItemMetaResource newStoreItemMetaResource​(String itemKey,
                                                                                                                  String versionKey)
      • newStoreItemMetaList

        public static de.xima.proma.restclient.pub.gen.model.PublicStoreItemMetaList newStoreItemMetaList​(List<de.xima.proma.restclient.pub.gen.model.PublicStoreItemMetaResource> storeItemMetaResourceList)