Class ObjectType


  • @ApiType("SoftLayer_Container_Search_ObjectType")
    public class ObjectType
    extends Entity
    This data type is a container that stores information about a single indexed object type. Object type information can be used for discovery of searchable data and for creation or validation of object index search strings. Each of these containers holds a collection of [[SoftLayer_Container_Search_ObjectType_Property (type)|SoftLayer_Container_Search_ObjectType_Property]] objects, specifying which object properties are exposed for the current user. Refer to the the documentation for the [[SoftLayer_Search/search|search()]] method for information on using object types in search strings.
    See Also:
    SoftLayer_Container_Search_ObjectType
    • Constructor Detail

      • ObjectType

        public ObjectType()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isNameSpecified

        public boolean isNameSpecified()
      • unsetName

        public void unsetName()
      • isPropertiesSpecified

        public boolean isPropertiesSpecified()
      • unsetProperties

        public void unsetProperties()