Class SiteMembershipRequestBodyCreate

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getId()
      final Unit setId(@Json(name = "id") String id)
      final String getMessage()
      final Unit setMessage(@Json(name = "message") String message)
      final String getTitle()
      final Unit setTitle(@Json(name = "title") String title)
      final String getClient() Optional client name used when sending an email to the end user, defaults to \"share\" if not provided.
      final Unit setClient(@Json(name = "client") String client) Optional client name used when sending an email to the end user, defaults to \"share\" if not provided.
      • Methods inherited from class java.lang.Object

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

      • SiteMembershipRequestBodyCreate

        SiteMembershipRequestBodyCreate(String id, String message, String title, String client)
    • Method Detail

      • getClient

         final String getClient()

        Optional client name used when sending an email to the end user, defaults to \"share\" if not provided. Note: The client must be registered before this API can send an email. Note: This is available in Alfresco 7.0.0 and newer versions.

      • setClient

         final Unit setClient(@Json(name = "client") String client)

        Optional client name used when sending an email to the end user, defaults to \"share\" if not provided. Note: The client must be registered before this API can send an email. Note: This is available in Alfresco 7.0.0 and newer versions.