Uses of Class
com.vmware.nsx_policy.model.ErrorResolverUserInputData.Builder
-
Packages that use ErrorResolverUserInputData.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of ErrorResolverUserInputData.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ErrorResolverUserInputData.Builder Modifier and Type Method Description ErrorResolverUserInputData.Builder
ErrorResolverUserInputData.Builder. setDataType(java.lang.String dataType)
Possible values are:ErrorResolverUserInputData.DATA_TYPE_TEXT
ErrorResolverUserInputData.DATA_TYPE_NUMBER
ErrorResolverUserInputData.DATA_TYPE_PASSWORD
The datatype of the given property.ErrorResolverUserInputData.Builder
ErrorResolverUserInputData.Builder. setPropertyName(java.lang.String propertyName)
Name of the property supplied by the userErrorResolverUserInputData.Builder
ErrorResolverUserInputData.Builder. setPropertyValue(java.lang.String propertyValue)
The value associated with the above property
-