Class ExternalUserRef

    • Method Detail

      • forExternalInbox

        public static ExternalUserRef forExternalInbox​(String externalRefId)
        Creates a new ExternalUserRef instance for a user reference of an external inbox.
        Parameters:
        externalRefId - the string representation of the external user reference
        Returns:
        a new ExternalUserRef instance, or null if externalRefId is blank
      • fromFormRecordAccess

        public static ExternalUserRef fromFormRecordAccess​(FormRecordAccess access)
        Creates a new ExternalUserRef instance for a form record access.
        Parameters:
        access - the form record access
        Returns:
        a new ExternalUserRef instance, or null if access is null or the external reference ID is blank