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.BuilderErrorResolverUserInputData.Builder. setDataType(java.lang.String dataType)Possible values are:ErrorResolverUserInputData.DATA_TYPE_TEXTErrorResolverUserInputData.DATA_TYPE_NUMBERErrorResolverUserInputData.DATA_TYPE_PASSWORDThe datatype of the given property.ErrorResolverUserInputData.BuilderErrorResolverUserInputData.Builder. setPropertyName(java.lang.String propertyName)Name of the property supplied by the userErrorResolverUserInputData.BuilderErrorResolverUserInputData.Builder. setPropertyValue(java.lang.String propertyValue)The value associated with the above property
-