|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.gbase.client.Group
public class Group
Group type holds multiple sub-attributes. Sub-attributes can be any type except GROUP and its derived types (e.g. TAX and SHIPPING).
Constructor Summary | |
---|---|
Group(java.util.Collection<GoogleBaseAttribute> subAttributes)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Group(java.util.Collection<GoogleBaseAttribute> subAttributes)
Method Detail |
---|
public GoogleBaseAttribute getSubAttribute(java.lang.String name)
name
-
public java.util.Collection<? extends GoogleBaseAttribute> getSubAttributes(java.lang.String name)
name
- name
public com.google.common.collect.Multimap<java.lang.String,GoogleBaseAttribute> getAllSubAttributes()
public int subAttributesSize()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |