Uses of Class
org.jclouds.softlayer.domain.TagType

Packages that use TagType
org.jclouds.softlayer.domain   
 

Uses of TagType in org.jclouds.softlayer.domain
 

Methods in org.jclouds.softlayer.domain that return TagType
 TagType TagType.Builder.build()
           
 TagType TagReference.getTagType()
           
 

Methods in org.jclouds.softlayer.domain with parameters of type TagType
 TagType.Builder TagType.Builder.fromTagType(TagType in)
           
 TagReference.Builder TagReference.Builder.tagType(TagType tagType)
           
 

Constructors in org.jclouds.softlayer.domain with parameters of type TagType
TagReference(int id, int usrRecordId, int tagTypeId, int tagId, int resourceTableId, int empRecordId, Tag tag, TagType tagType)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.