Class GetIdentityResponse

java.lang.Object
co.dapi.response.BaseResponse
co.dapi.response.GetIdentityResponse

public class GetIdentityResponse
extends BaseResponse
  • Constructor Summary

    Constructors
    Constructor Description
    GetIdentityResponse​(java.lang.String errType, java.lang.String errMsg)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Optional<Identity> getIdentity()  

    Methods inherited from class co.dapi.response.BaseResponse

    getMsg, getOperationID, getStatus, getType, getUserInputs, isSuccess

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GetIdentityResponse

      public GetIdentityResponse​(java.lang.String errType, java.lang.String errMsg)
  • Method Details

    • getIdentity

      public java.util.Optional<Identity> getIdentity()