Uses of Class
com.xero.models.file.ObjectType
-
Packages that use ObjectType Package Description com.xero.models.file -
-
Uses of ObjectType in com.xero.models.file
Methods in com.xero.models.file that return ObjectType Modifier and Type Method Description static ObjectTypeObjectType. fromValue(String value)fromValueObjectTypeAssociation. getObjectType()Get objectTypestatic ObjectTypeObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectType[]ObjectType. 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 ObjectType Modifier and Type Method Description AssociationAssociation. objectType(ObjectType objectType)objectTypevoidAssociation. setObjectType(ObjectType objectType)objectType
-