Class UpgradeBundleInfo.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Constructor with parameters for the required properties of UpgradeBundleInfo.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UpgradeBundleInfo build()  
      UpgradeBundleInfo.Builder setBundleSize​(java.lang.String bundleSize)
      size of upgrade bundle This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      UpgradeBundleInfo.Builder setUrl​(java.lang.String url)
      URL for uploading upgrade bundle This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of UpgradeBundleInfo.
    • Method Detail

      • setBundleSize

        public UpgradeBundleInfo.Builder setBundleSize​(java.lang.String bundleSize)
        size of upgrade bundle This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        bundleSize - New value for the property.
      • setUrl

        public UpgradeBundleInfo.Builder setUrl​(java.lang.String url)
        URL for uploading upgrade bundle This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        url - New value for the property.