public class Group
extends java.lang.Object
Constructor and Description |
---|
Group(java.util.Collection<GoogleBaseAttribute> subAttributes) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<java.lang.String,GoogleBaseAttribute> |
getAllSubAttributes()
Gets all sub-attributes of the group.
|
GoogleBaseAttribute |
getSubAttribute(java.lang.String name)
Gets one sub-attribute with the name name, if there are any.
|
java.util.Collection<? extends GoogleBaseAttribute> |
getSubAttributes(java.lang.String name)
Gets all sub-attributes corresponding to the name.
|
int |
subAttributesSize() |
java.lang.String |
toString() |
public Group(java.util.Collection<GoogleBaseAttribute> subAttributes)
public GoogleBaseAttribute getSubAttribute(java.lang.String name)
name
- public java.util.Collection<? extends GoogleBaseAttribute> getSubAttributes(java.lang.String name)
name
- namepublic com.google.common.collect.Multimap<java.lang.String,GoogleBaseAttribute> getAllSubAttributes()
public int subAttributesSize()
public java.lang.String toString()
toString
in class java.lang.Object