Uses of Enum
com.xero.models.project.ChargeType
Packages that use ChargeType
-
Uses of ChargeType in com.xero.api.client
Methods in com.xero.api.client with parameters of type ChargeTypeModifier and TypeMethodDescriptionProjectApi.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 ChargeTypeModifier and TypeMethodDescriptionstatic ChargeTypefromValueTask.getChargeType()Get chargeTypeTaskCreateOrUpdate.getChargeType()Get chargeTypestatic ChargeTypeReturns 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 ChargeTypeModifier and TypeMethodDescriptionTask.chargeType(ChargeType chargeType) chargeTypeTaskCreateOrUpdate.chargeType(ChargeType chargeType) chargeTypevoidTask.setChargeType(ChargeType chargeType) chargeTypevoidTaskCreateOrUpdate.setChargeType(ChargeType chargeType) chargeType