@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-02-10T11:07:35.698-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.SchemaApi") public class SchemaApi extends Object
Constructor and Description |
---|
SchemaApi() |
SchemaApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
ApplicationLayout |
getApplicationLayout(String appName)
Retrieve the UI Layout for an Application
Takes an Application name as an input parameter and retrieves the App Instance page Layout for that Application
|
PagedList |
getApplicationLayoutWithPaginationInfo(String appName)
Retrieve the UI Layout for an Application
Takes an Application name as an input parameter and retrieves the App Instance page Layout for that Application
|
UserSchema |
getApplicationUserSchema(String appInstanceId)
Retrieve the default Application User Schema for an Application
Retrieves the Schema for an App User
|
PagedList |
getApplicationUserSchemaWithPaginationInfo(String appInstanceId)
Retrieve the default Application User Schema for an Application
Retrieves the Schema for an App User
|
GroupSchema |
getGroupSchema()
Retrieve the default Group Schema
Retrieves the group schema
|
PagedList |
getGroupSchemaWithPaginationInfo()
Retrieve the default Group Schema
Retrieves the group schema
|
LogStreamSchema |
getLogStreamSchema(LogStreamType logStreamType)
Retrieve the Log Stream Schema for the schema type
Retrieves the schema for a Log Stream type.
|
PagedList |
getLogStreamSchemaWithPaginationInfo(LogStreamType logStreamType)
Retrieve the Log Stream Schema for the schema type
Retrieves the schema for a Log Stream type.
|
UserSchema |
getUserSchema(String schemaId)
Retrieve a User Schema
Retrieves the schema for a Schema Id
|
PagedList |
getUserSchemaWithPaginationInfo(String schemaId)
Retrieve a User Schema
Retrieves the schema for a Schema Id
|
List<LogStreamSchema> |
listLogStreamSchemas()
List the Log Stream Schemas
Lists the schema for all log stream types visible for this org
|
PagedList |
listLogStreamSchemasWithPaginationInfo()
List the Log Stream Schemas
Lists the schema for all log stream types visible for this org
|
void |
setApiClient(ApiClient apiClient) |
<T> T |
updateApplicationUserProfile(Class<?> T,
String appInstanceId,
UserSchema body)
Update the default Application User Schema for an Application
Partial updates on the User Profile properties of the Application User Schema
|
UserSchema |
updateApplicationUserProfile(String appInstanceId,
UserSchema body)
Update the default Application User Schema for an Application
Partial updates on the User Profile properties of the Application User Schema
|
PagedList |
updateApplicationUserProfileWithPaginationInfo(String appInstanceId,
UserSchema body)
Update the default Application User Schema for an Application
Partial updates on the User Profile properties of the Application User Schema
|
<T> T |
updateGroupSchema(Class<?> T,
GroupSchema groupSchema)
Update the default Group Schema
Updates, adds or removes one or more custom Group Profile properties in the schema
|
GroupSchema |
updateGroupSchema(GroupSchema groupSchema)
Update the default Group Schema
Updates, adds or removes one or more custom Group Profile properties in the schema
|
PagedList |
updateGroupSchemaWithPaginationInfo(GroupSchema groupSchema)
Update the default Group Schema
Updates, adds or removes one or more custom Group Profile properties in the schema
|
<T> T |
updateUserProfile(Class<?> T,
String schemaId,
UserSchema userSchema)
Update a User Schema
Partial updates on the User Profile properties of the user schema
|
UserSchema |
updateUserProfile(String schemaId,
UserSchema userSchema)
Update a User Schema
Partial updates on the User Profile properties of the user schema
|
PagedList |
updateUserProfileWithPaginationInfo(String schemaId,
UserSchema userSchema)
Update a User Schema
Partial updates on the User Profile properties of the user schema
|
public SchemaApi()
@Autowired public SchemaApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public ApplicationLayout getApplicationLayout(String appName) throws org.springframework.web.client.RestClientException
200 - successful operation
403 - Forbidden
404 - Not Found
429 - Too Many Requests
appName
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getApplicationLayoutWithPaginationInfo(String appName) throws org.springframework.web.client.RestClientException
200 - successful operation
403 - Forbidden
404 - Not Found
429 - Too Many Requests
appName
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic UserSchema getApplicationUserSchema(String appInstanceId) throws org.springframework.web.client.RestClientException
200 - successful operation
403 - Forbidden
404 - Not Found
429 - Too Many Requests
appInstanceId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getApplicationUserSchemaWithPaginationInfo(String appInstanceId) throws org.springframework.web.client.RestClientException
200 - successful operation
403 - Forbidden
404 - Not Found
429 - Too Many Requests
appInstanceId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic GroupSchema getGroupSchema() throws org.springframework.web.client.RestClientException
200 - successful operation
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getGroupSchemaWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - successful operation
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic LogStreamSchema getLogStreamSchema(LogStreamType logStreamType) throws org.springframework.web.client.RestClientException
200 - successful operation
403 - Forbidden
404 - Not Found
429 - Too Many Requests
logStreamType
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getLogStreamSchemaWithPaginationInfo(LogStreamType logStreamType) throws org.springframework.web.client.RestClientException
200 - successful operation
403 - Forbidden
404 - Not Found
429 - Too Many Requests
logStreamType
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic UserSchema getUserSchema(String schemaId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
schemaId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getUserSchemaWithPaginationInfo(String schemaId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
schemaId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic List<LogStreamSchema> listLogStreamSchemas() throws org.springframework.web.client.RestClientException
200 - successful operation
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listLogStreamSchemasWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - successful operation
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic UserSchema updateApplicationUserProfile(String appInstanceId, UserSchema body) throws org.springframework.web.client.RestClientException
200 - successful operation
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
appInstanceId
- (required)body
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T updateApplicationUserProfile(Class<?> T, String appInstanceId, UserSchema body) throws org.springframework.web.client.RestClientException
200 - successful operation
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeappInstanceId
- (required)body
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList updateApplicationUserProfileWithPaginationInfo(String appInstanceId, UserSchema body) throws org.springframework.web.client.RestClientException
200 - successful operation
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
appInstanceId
- (required)body
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic GroupSchema updateGroupSchema(GroupSchema groupSchema) throws org.springframework.web.client.RestClientException
200 - successful operation
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
groupSchema
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T updateGroupSchema(Class<?> T, GroupSchema groupSchema) throws org.springframework.web.client.RestClientException
200 - successful operation
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typegroupSchema
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList updateGroupSchemaWithPaginationInfo(GroupSchema groupSchema) throws org.springframework.web.client.RestClientException
200 - successful operation
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
groupSchema
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic UserSchema updateUserProfile(String schemaId, UserSchema userSchema) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
schemaId
- (required)userSchema
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T updateUserProfile(Class<?> T, String schemaId, UserSchema userSchema) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeschemaId
- (required)userSchema
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList updateUserProfileWithPaginationInfo(String schemaId, UserSchema userSchema) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
schemaId
- (required)userSchema
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017–2023 Okta. All rights reserved.