Class ViewList.Builder

  • Enclosing class:
    ViewList

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ViewList build()  
      ViewList.Builder setViews​(java.util.List<View> views)
      Array of views 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 ViewList.
    • Method Detail

      • setViews

        public ViewList.Builder setViews​(java.util.List<View> views)
        Array of views 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:
        views - New value for the property.