Class IdentityApiResult


  • public final class IdentityApiResult
    extends java.lang.Object
    A class for expressing the results of an IdentityApi request
    • Method Detail

      • getUser

        @NonNull
        public MParticleUser getUser()
        Query the User which was returned by the IdentityApi request
        Returns:
        the User
      • getPreviousUser

        @Nullable
        public MParticleUser getPreviousUser()
        The User which is being replaced, if the IdentityApi call this instance is describing, resulted in a new IdentityApi.getCurrentUser(), otherwise 'null'
        Returns: