Uses of Interface
com.okta.sdk.resource.group.schema.GroupSchemaCustom
-
Packages that use GroupSchemaCustom Package Description com.okta.sdk.resource.group.schema -
-
Uses of GroupSchemaCustom in com.okta.sdk.resource.group.schema
Methods in com.okta.sdk.resource.group.schema that return GroupSchemaCustom Modifier and Type Method Description GroupSchemaCustom
GroupSchemaDefinitions. getCustom()
GroupSchemaCustom
GroupSchemaCustom. setProperties(java.util.Map<java.lang.String,GroupSchemaAttribute> properties)
GroupSchemaCustom
GroupSchemaCustom. setRequired(java.util.List<java.lang.String> required)
GroupSchemaCustom
GroupSchemaCustom. setType(java.lang.String type)
Methods in com.okta.sdk.resource.group.schema with parameters of type GroupSchemaCustom Modifier and Type Method Description GroupSchemaDefinitions
GroupSchemaDefinitions. setCustom(GroupSchemaCustom custom)
-