Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
GroupSchema |
SchemaApi.getGroupSchema()
Retrieve the default Group Schema
Retrieves the group schema
|
GroupSchema |
SchemaApi.getGroupSchema(Map<String,String> additionalHeaders)
Retrieve the default Group Schema
Retrieves the group schema
|
GroupSchema |
SchemaApi.updateGroupSchema(GroupSchema groupSchema)
Update the default Group Schema
Updates the default group schema.
|
GroupSchema |
SchemaApi.updateGroupSchema(GroupSchema groupSchema,
Map<String,String> additionalHeaders)
Update the default Group Schema
Updates the default group schema.
|
Modifier and Type | Method and Description |
---|---|
GroupSchema |
SchemaApi.updateGroupSchema(GroupSchema groupSchema)
Update the default Group Schema
Updates the default group schema.
|
GroupSchema |
SchemaApi.updateGroupSchema(GroupSchema groupSchema,
Map<String,String> additionalHeaders)
Update the default Group Schema
Updates the default group schema.
|
Modifier and Type | Method and Description |
---|---|
GroupSchema |
GroupSchema.definitions(GroupSchemaDefinitions definitions) |
GroupSchema |
GroupSchema.description(String description) |
GroupSchema |
GroupSchema.links(LinksSelf links) |
GroupSchema |
GroupSchema.properties(UserSchemaProperties properties) |
GroupSchema |
GroupSchema.title(String title) |
Copyright © 2017–2023 Okta. All rights reserved.