Class FieldSetting.Builder

  • Enclosing class:
    FieldSetting

    public static final class FieldSetting.Builder
    extends java.lang.Object
    Builder class for FieldSetting.
    • Constructor Detail

      • Builder

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

      • setFieldPointer

        public FieldSetting.Builder setFieldPointer​(java.lang.String fieldPointer)
        Field Pointer.
        Parameters:
        fieldPointer - New value for the property.
      • setValue

        public FieldSetting.Builder setValue​(com.vmware.vapi.bindings.Structure value)
        Parameters:
        value - New value for the property. When clients pass a value of this class as a parameter, the property must contain all the properties defined in FieldSettingValue. When methods return a value of this class as a return value, the property will contain all the properties defined in FieldSettingValue.