Class IdentitySet

java.lang.Object
com.independentsoft.graph.IdentitySet

public class IdentitySet extends Object
  • Constructor Details

    • IdentitySet

      public IdentitySet()
  • Method Details

    • getApplication

      public Identity getApplication()
    • setApplication

      public void setApplication(Identity application)
    • getConversation

      public Identity getConversation()
    • setConversation

      public void setConversation(Identity conversation)
    • getConversationIdentityType

      public Identity getConversationIdentityType()
    • setConversationIdentityType

      public void setConversationIdentityType(Identity conversationIdentityType)
    • getDevice

      public Identity getDevice()
    • setDevice

      public void setDevice(Identity device)
    • getPhone

      public Identity getPhone()
    • setPhone

      public void setPhone(Identity phone)
    • getUser

      public Identity getUser()
    • setUser

      public void setUser(Identity user)