Package com.okta.sdk.resource.model
Class ApplicationSettingsNotes
java.lang.Object
com.okta.sdk.resource.model.ApplicationSettingsNotes
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ApplicationSettingsNotes
extends Object
implements Serializable
App notes visible to either the admin or end user
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAdmin()
An app message that's visible to adminsA message that's visible in the End-User Dashboardint
hashCode()
void
void
setEnduser
(String enduser) toString()
-
Field Details
-
JSON_PROPERTY_ADMIN
- See Also:
-
JSON_PROPERTY_ENDUSER
- See Also:
-
-
Constructor Details
-
ApplicationSettingsNotes
public ApplicationSettingsNotes()
-
-
Method Details
-
admin
-
getAdmin
An app message that's visible to admins- Returns:
- admin
-
setAdmin
-
enduser
-
getEnduser
A message that's visible in the End-User Dashboard- Returns:
- enduser
-
setEnduser
-
equals
-
hashCode
public int hashCode() -
toString
-