@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class AssignGroupOwnerRequestBody extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
AssignGroupOwnerRequestBody() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId()
The `id` of the group owner
|
GroupOwnerType |
getType()
Get type
|
int |
hashCode() |
AssignGroupOwnerRequestBody |
id(String id) |
void |
setId(String id) |
void |
setType(GroupOwnerType type) |
String |
toString() |
AssignGroupOwnerRequestBody |
type(GroupOwnerType type) |
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public AssignGroupOwnerRequestBody id(String id)
public void setId(String id)
public AssignGroupOwnerRequestBody type(GroupOwnerType type)
@Nullable public GroupOwnerType getType()
public void setType(GroupOwnerType type)
Copyright © 2017–2023 Okta. All rights reserved.