@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00") public interface GroupSchemaCustom extends ExtensibleResource
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
java.util.Map<java.lang.String,GroupSchemaAttribute> |
getProperties() |
java.util.List<java.lang.String> |
getRequired() |
java.lang.String |
getType() |
GroupSchemaCustom |
setProperties(java.util.Map<java.lang.String,GroupSchemaAttribute> properties) |
GroupSchemaCustom |
setRequired(java.util.List<java.lang.String> required) |
GroupSchemaCustom |
setType(java.lang.String type) |
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
java.lang.String getId()
java.util.Map<java.lang.String,GroupSchemaAttribute> getProperties()
GroupSchemaCustom setProperties(java.util.Map<java.lang.String,GroupSchemaAttribute> properties)
java.util.List<java.lang.String> getRequired()
GroupSchemaCustom setRequired(java.util.List<java.lang.String> required)
java.lang.String getType()
GroupSchemaCustom setType(java.lang.String type)
Copyright © 2017-2022 Okta. All Rights Reserved.