Uses of Interface
com.okta.sdk.resource.GroupSchema
-
Packages that use GroupSchema Package Description com.okta.sdk.client com.okta.sdk.resource -
-
Uses of GroupSchema in com.okta.sdk.client
Methods in com.okta.sdk.client that return GroupSchema Modifier and Type Method Description GroupSchema
Client. getGroupSchema()
Fetches the group schema Fetches the group schemaGroupSchema
Client. updateGroupSchema()
Updates, adds ore removes one or more custom Group Profile properties in the schema Updates, adds ore removes one or more custom Group Profile properties in the schemaGroupSchema
Client. updateGroupSchema(GroupSchema body)
Updates, adds ore removes one or more custom Group Profile properties in the schema Updates, adds ore removes one or more custom Group Profile properties in the schemaMethods in com.okta.sdk.client with parameters of type GroupSchema Modifier and Type Method Description GroupSchema
Client. updateGroupSchema(GroupSchema body)
Updates, adds ore removes one or more custom Group Profile properties in the schema Updates, adds ore removes one or more custom Group Profile properties in the schema -
Uses of GroupSchema in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return GroupSchema Modifier and Type Method Description GroupSchema
GroupSchema. setDefinitions(GroupSchemaDefinitions definitions)
GroupSchema
GroupSchema. setDescription(java.lang.String description)
GroupSchema
GroupSchema. setProperties(UserSchemaProperties properties)
GroupSchema
GroupSchema. setTitle(java.lang.String title)
-