Uses of Class
com.xero.models.file.ObjectGroup
-
Packages that use ObjectGroup Package Description com.xero.models.file -
-
Uses of ObjectGroup in com.xero.models.file
Methods in com.xero.models.file that return ObjectGroup Modifier and Type Method Description static ObjectGroupObjectGroup. fromValue(String value)fromValueObjectGroupAssociation. getObjectGroup()Get objectGroupstatic ObjectGroupObjectGroup. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectGroup[]ObjectGroup. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.file with parameters of type ObjectGroup Modifier and Type Method Description AssociationAssociation. objectGroup(ObjectGroup objectGroup)objectGroupvoidAssociation. setObjectGroup(ObjectGroup objectGroup)objectGroup
-