Class SpanSiteInfo.Builder

  • Enclosing class:
    SpanSiteInfo

    public static final class SpanSiteInfo.Builder
    extends java.lang.Object
    Builder class for SpanSiteInfo.
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SpanSiteInfo build()  
      SpanSiteInfo.Builder setSiteId​(java.lang.String siteId)
      Site UUID representing the Site resource This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      SpanSiteInfo.Builder setSitePath​(java.lang.String sitePath)
      Path of the Site resource 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 SpanSiteInfo.
    • Method Detail

      • setSiteId

        public SpanSiteInfo.Builder setSiteId​(java.lang.String siteId)
        Site UUID representing the Site resource 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:
        siteId - New value for the property.
      • setSitePath

        public SpanSiteInfo.Builder setSitePath​(java.lang.String sitePath)
        Path of the Site resource 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:
        sitePath - New value for the property.