Interface ICkanShowResult<T>

All Known Subinterfaces:
IOrganizationShowResult
All Known Implementing Classes:
OrganizationShowResult

public interface ICkanShowResult<T>
  • Method Details

    • isSuccessful

      boolean isSuccessful()
    • getMessage

      String getMessage()
    • getResult

      T getResult()