@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class GroupRuleGroupAssignment extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_GROUP_IDS |
Constructor and Description |
---|
GroupRuleGroupAssignment() |
Modifier and Type | Method and Description |
---|---|
GroupRuleGroupAssignment |
addGroupIdsItem(String groupIdsItem) |
boolean |
equals(Object o) |
List<String> |
getGroupIds()
Get groupIds
|
GroupRuleGroupAssignment |
groupIds(List<String> groupIds) |
int |
hashCode() |
void |
setGroupIds(List<String> groupIds) |
String |
toString() |
public static final String JSON_PROPERTY_GROUP_IDS
public GroupRuleGroupAssignment groupIds(List<String> groupIds)
public GroupRuleGroupAssignment addGroupIdsItem(String groupIdsItem)
Copyright © 2017–2023 Okta. All rights reserved.