Uses of Enum Class
edu.internet2.middleware.grouper.client.GroupSyncType
Packages that use GroupSyncType
-
Uses of GroupSyncType in edu.internet2.middleware.grouper.client
Methods in edu.internet2.middleware.grouper.client that return GroupSyncTypeModifier and TypeMethodDescriptionClientConfig.ClientGroupConfigBean.getGroupSyncType()# incremental or push or pull or incremental_push #syncAnotherGrouper.testGroup0.syncType = incremental_pushstatic GroupSyncTypeReturns the enum constant of this class with the specified name.static GroupSyncTypeGroupSyncType.valueOfIgnoreCase(String string, boolean exceptionOnNull) do a case-insensitive matchingstatic GroupSyncType[]GroupSyncType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.internet2.middleware.grouper.client with parameters of type GroupSyncTypeModifier and TypeMethodDescriptionvoidClientConfig.ClientGroupConfigBean.setGroupSyncType(GroupSyncType groupSyncType1) # incremental or push or pull or incremental_push #syncAnotherGrouper.testGroup0.syncType = incremental_push