Class UpdateAttributePresenter<T extends UpdateAttributeView>

    • Method Detail

      • updateAttributes

        public void updateAttributes​(java.util.List<ProfileAttribute> attrs)
        Submit challenge response to update profile attributes
        Parameters:
        attrs - list of ProfileAttribute
      • getRequestBody

        @NotNull
        protected okhttp3.RequestBody getRequestBody​(java.lang.String json)
        Get Request Body
        Parameters:
        json - json to be added in the request bofy
        Returns:
        Request Body
      • serialize

        protected java.lang.String serialize​(java.util.List<ProfileAttribute> attributes)
        Serialize the profile attributes
        Parameters:
        attributes - contains the profile attributes
        Returns:
        json object