Class Property


  • @ApiType("SoftLayer_Container_Search_ObjectType_Property")
    public class Property
    extends Entity
    This data type is a container that stores information about a single property of a searchable object type. Each [[SoftLayer_Container_Search_ObjectType (type)|SoftLayer_Container_Search_ObjectType]] object holds a collection of these properties. Property information can be used for discovery of searchable data and for the creation or validation of object index search strings. Note that properties are only understood by the [[SoftLayer_Search/advancedSearch|advancedSearch()]] method. Refer to the advancedSearch() method for information on using properties in search strings.
    See Also:
    SoftLayer_Container_Search_ObjectType_Property
    • Constructor Detail

      • Property

        public Property()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isNameSpecified

        public boolean isNameSpecified()
      • unsetName

        public void unsetName()
      • getSortableFlag

        public Boolean getSortableFlag()
      • setSortableFlag

        public void setSortableFlag​(Boolean sortableFlag)
      • isSortableFlagSpecified

        public boolean isSortableFlagSpecified()
      • unsetSortableFlag

        public void unsetSortableFlag()
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • isTypeSpecified

        public boolean isTypeSpecified()
      • unsetType

        public void unsetType()