Package | Description |
---|---|
com.mmbnetworks.gatewayapi.entity |
Modifier and Type | Method and Description |
---|---|
Property.PropertyBuilder |
Property.PropertyBuilder.fromProperty(Property property)
Convenience Method That Facilitates Making Copies Of A Property
|
Property.PropertyBuilder |
Property.PropertyBuilder.setAccessControl(AccessControl accessControl)
Sets the access control that contains information of a property
|
Property.PropertyBuilder |
Property.PropertyBuilder.setMax(Object max)
Sets the max value of this property we are about to build
|
Property.PropertyBuilder |
Property.PropertyBuilder.setMetaData(String metaData)
Sets the meta data information that contains the property information of the property we are about to build
|
Property.PropertyBuilder |
Property.PropertyBuilder.setMin(Object min)
Sets the min value of this property we are about to build
|
Property.PropertyBuilder |
Property.PropertyBuilder.setName(String name)
Sets name of property we are about to build
|
Property.PropertyBuilder |
Property.PropertyBuilder.setType(String type)
Sets the type of the property we are about to build
|
Property.PropertyBuilder |
Property.PropertyBuilder.setValue(String value)
Set the value of the property we are about to build
|
Copyright © 2019. All rights reserved.