@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.SchemaApi")
public class SchemaApi
extends java.lang.Object
Constructor and Description |
---|
SchemaApi() |
SchemaApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
ApplicationLayout |
getApplicationLayout(java.lang.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(java.lang.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(java.lang.String appInstanceId)
Retrieve the default Application User Schema for an Application
Retrieves the Schema for an App User
|
PagedList |
getApplicationUserSchemaWithPaginationInfo(java.lang.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(java.lang.String schemaId)
Retrieve a User Schema
Retrieves the schema for a Schema Id
|
PagedList |
getUserSchemaWithPaginationInfo(java.lang.String schemaId)
Retrieve a User Schema
Retrieves the schema for a Schema Id
|
java.util.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(java.lang.Class<?> T,
java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.Class<?> T,
java.lang.String schemaId,
UserSchema userSchema)
Update a User Schema
Partial updates on the User Profile properties of the user schema
|
UserSchema |
updateUserProfile(java.lang.String schemaId,
UserSchema userSchema)
Update a User Schema
Partial updates on the User Profile properties of the user schema
|
PagedList |
updateUserProfileWithPaginationInfo(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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 java.util.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(java.lang.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(java.lang.Class<?> T, java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.Class<?> T, java.lang.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(java.lang.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-2022 Okta. All Rights Reserved.