Uses of Class
com.xero.models.project.ChargeType
-
Packages that use ChargeType Package Description com.xero.api.client com.xero.models.project -
-
Uses of ChargeType in com.xero.api.client
Methods in com.xero.api.client with parameters of type ChargeType Modifier and Type Method Description TasksProjectApi. getTasks(String accessToken, String xeroTenantId, UUID projectId, Integer page, Integer pageSize, String taskIds, ChargeType chargeType)Retrieves all project tasks Allows you to retrieve a specific projectcom.google.api.client.http.HttpResponseProjectApi. getTasksForHttpResponse(String accessToken, String xeroTenantId, UUID projectId, Integer page, Integer pageSize, String taskIds, ChargeType chargeType)Retrieves all project tasks Allows you to retrieve a specific project -
Uses of ChargeType in com.xero.models.project
Methods in com.xero.models.project that return ChargeType Modifier and Type Method Description static ChargeTypeChargeType. fromValue(String value)fromValueChargeTypeTask. getChargeType()Get chargeTypeChargeTypeTaskCreateOrUpdate. getChargeType()Get chargeTypestatic ChargeTypeChargeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChargeType[]ChargeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.project with parameters of type ChargeType Modifier and Type Method Description TaskTask. chargeType(ChargeType chargeType)chargeTypeTaskCreateOrUpdateTaskCreateOrUpdate. chargeType(ChargeType chargeType)chargeTypevoidTask. setChargeType(ChargeType chargeType)chargeTypevoidTaskCreateOrUpdate. setChargeType(ChargeType chargeType)chargeType
-