Uses of Class
co.dapi.types.APIStatus
-
Packages that use APIStatus Package Description co.dapi.response co.dapi.types -
-
Uses of APIStatus in co.dapi.response
Methods in co.dapi.response that return APIStatus Modifier and Type Method Description APIStatusBaseResponse. getStatus()returns the status of the operation. -
Uses of APIStatus in co.dapi.types
Methods in co.dapi.types that return APIStatus Modifier and Type Method Description static APIStatusAPIStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static APIStatus[]APIStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-