Class GroupMemberPolicy

java.lang.Object
com.appiancorp.suiteapi.personalization.GroupMemberPolicy
All Implemented Interfaces:
Serializable

public class GroupMemberPolicy extends Object implements Serializable
Holds the group member policy.
See Also:
  • Constructor Details

    • GroupMemberPolicy

      public GroupMemberPolicy()
  • Method Details

    • getId

      public Long getId()
      Returns:
      Long
    • getName

      public String getName()
      Returns:
      String
    • setId

      public void setId(Long id_)
      Sets the _id.
      Parameters:
      id_ - The _id to set
    • setName

      public void setName(String name_)
      Sets the _name.
      Parameters:
      name_ - The _name to set