@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-21T16:09:06.047-05:00[America/Chicago]") public class SchemaApi extends Object
| Constructor and Description |
|---|
SchemaApi() |
SchemaApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
UserSchema |
getApplicationUserSchema(String appId)
Retrieve the default Application User Schema for an Application
Retrieves the Schema for an App User
|
UserSchema |
getApplicationUserSchema(String appId,
Map<String,String> additionalHeaders)
Retrieve the default Application User Schema for an Application
Retrieves the Schema for an App User
|
ApplicationLayout |
getAppUISchema(String appName,
String section,
String operation)
Retrieve the UI schema for a section
Retrieves the UI schema for an Application given `appName`, `section` and `operation`
|
ApplicationLayout |
getAppUISchema(String appName,
String section,
String operation,
Map<String,String> additionalHeaders)
Retrieve the UI schema for a section
Retrieves the UI schema for an Application given `appName`, `section` and `operation`
|
ApplicationLayouts |
getAppUISchemaLinks(String appName)
Retrieve the links for UI schemas for an Application
Retrieves the links for UI schemas for an Application given `appName`
|
ApplicationLayouts |
getAppUISchemaLinks(String appName,
Map<String,String> additionalHeaders)
Retrieve the links for UI schemas for an Application
Retrieves the links for UI schemas for an Application given `appName`
|
GroupSchema |
getGroupSchema()
Retrieve the default Group Schema
Retrieves the group schema
|
GroupSchema |
getGroupSchema(Map<String,String> additionalHeaders)
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.
|
LogStreamSchema |
getLogStreamSchema(LogStreamType logStreamType,
Map<String,String> additionalHeaders)
Retrieve the Log Stream Schema for the schema type
Retrieves the schema for a Log Stream type.
|
protected static com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
UserSchema |
getUserSchema(String schemaId)
Retrieve a User Schema
Retrieves the schema for a Schema Id
|
UserSchema |
getUserSchema(String schemaId,
Map<String,String> additionalHeaders)
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
|
List<LogStreamSchema> |
listLogStreamSchemas(Map<String,String> additionalHeaders)
List the Log Stream Schemas
Lists the schema for all log stream types visible for this org
|
void |
setApiClient(ApiClient apiClient) |
UserSchema |
updateApplicationUserProfile(String appId,
UserSchema body)
Update the default Application User Schema for an Application
Partially updates on the User Profile properties of the Application User Schema
|
UserSchema |
updateApplicationUserProfile(String appId,
UserSchema body,
Map<String,String> additionalHeaders)
Update the default Application User Schema for an Application
Partially updates on the User Profile properties of the Application User Schema
|
GroupSchema |
updateGroupSchema(GroupSchema groupSchema)
Update the default Group Schema
Updates the default group schema.
|
GroupSchema |
updateGroupSchema(GroupSchema groupSchema,
Map<String,String> additionalHeaders)
Update the default Group Schema
Updates the default group schema.
|
UserSchema |
updateUserProfile(String schemaId,
UserSchema userSchema)
Update a User Schema
Partially updates on the User Profile properties of the user schema
|
UserSchema |
updateUserProfile(String schemaId,
UserSchema userSchema,
Map<String,String> additionalHeaders)
Update a User Schema
Partially updates on the User Profile properties of the user schema
|
public SchemaApi()
public SchemaApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public ApplicationLayout getAppUISchema(String appName, String section, String operation) throws ApiException
appName - (required)section - (required)operation - (required)ApiException - if fails to make API callpublic ApplicationLayout getAppUISchema(String appName, String section, String operation, Map<String,String> additionalHeaders) throws ApiException
appName - (required)section - (required)operation - (required)additionalHeaders - additionalHeaders for this callApiException - if fails to make API callpublic ApplicationLayouts getAppUISchemaLinks(String appName) throws ApiException
appName - (required)ApiException - if fails to make API callpublic ApplicationLayouts getAppUISchemaLinks(String appName, Map<String,String> additionalHeaders) throws ApiException
appName - (required)additionalHeaders - additionalHeaders for this callApiException - if fails to make API callpublic UserSchema getApplicationUserSchema(String appId) throws ApiException
appId - ID of the Application (required)ApiException - if fails to make API callpublic UserSchema getApplicationUserSchema(String appId, Map<String,String> additionalHeaders) throws ApiException
appId - ID of the Application (required)additionalHeaders - additionalHeaders for this callApiException - if fails to make API callpublic GroupSchema getGroupSchema() throws ApiException
ApiException - if fails to make API callpublic GroupSchema getGroupSchema(Map<String,String> additionalHeaders) throws ApiException
additionalHeaders - additionalHeaders for this callApiException - if fails to make API callpublic LogStreamSchema getLogStreamSchema(LogStreamType logStreamType) throws ApiException
logStreamType - (required)ApiException - if fails to make API callpublic LogStreamSchema getLogStreamSchema(LogStreamType logStreamType, Map<String,String> additionalHeaders) throws ApiException
logStreamType - (required)additionalHeaders - additionalHeaders for this callApiException - if fails to make API callpublic UserSchema getUserSchema(String schemaId) throws ApiException
schemaId - (required)ApiException - if fails to make API callpublic UserSchema getUserSchema(String schemaId, Map<String,String> additionalHeaders) throws ApiException
schemaId - (required)additionalHeaders - additionalHeaders for this callApiException - if fails to make API callpublic List<LogStreamSchema> listLogStreamSchemas() throws ApiException
ApiException - if fails to make API callpublic List<LogStreamSchema> listLogStreamSchemas(Map<String,String> additionalHeaders) throws ApiException
additionalHeaders - additionalHeaders for this callApiException - if fails to make API callpublic UserSchema updateApplicationUserProfile(String appId, UserSchema body) throws ApiException
appId - ID of the Application (required)body - (optional)ApiException - if fails to make API callpublic UserSchema updateApplicationUserProfile(String appId, UserSchema body, Map<String,String> additionalHeaders) throws ApiException
appId - ID of the Application (required)body - (optional)additionalHeaders - additionalHeaders for this callApiException - if fails to make API callpublic GroupSchema updateGroupSchema(GroupSchema groupSchema) throws ApiException
groupSchema - (optional)ApiException - if fails to make API callpublic GroupSchema updateGroupSchema(GroupSchema groupSchema, Map<String,String> additionalHeaders) throws ApiException
groupSchema - (optional)additionalHeaders - additionalHeaders for this callApiException - if fails to make API callpublic UserSchema updateUserProfile(String schemaId, UserSchema userSchema) throws ApiException
schemaId - (required)userSchema - (required)ApiException - if fails to make API callpublic UserSchema updateUserProfile(String schemaId, UserSchema userSchema, Map<String,String> additionalHeaders) throws ApiException
schemaId - (required)userSchema - (required)additionalHeaders - additionalHeaders for this callApiException - if fails to make API callprotected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
Copyright © 2017–2023 Okta. All rights reserved.