Uses of Class
edu.internet2.middleware.grouper.client.GroupSyncType

Packages that use GroupSyncType
edu.internet2.middleware.grouper.client   
 

Uses of GroupSyncType in edu.internet2.middleware.grouper.client
 

Methods in edu.internet2.middleware.grouper.client that return GroupSyncType
 GroupSyncType ClientConfig.ClientGroupConfigBean.getGroupSyncType()
           # incremental or push or pull or incremental_push #syncAnotherGrouper.testGroup0.syncType = incremental_push
static GroupSyncType GroupSyncType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GroupSyncType GroupSyncType.valueOfIgnoreCase(java.lang.String string, boolean exceptionOnNull)
          do a case-insensitive matching
static GroupSyncType[] GroupSyncType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.internet2.middleware.grouper.client with parameters of type GroupSyncType
 void ClientConfig.ClientGroupConfigBean.setGroupSyncType(GroupSyncType groupSyncType1)
           # incremental or push or pull or incremental_push #syncAnotherGrouper.testGroup0.syncType = incremental_push