@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00") public interface OrgOktaCommunicationSetting extends ExtensibleResource
Modifier and Type | Method and Description |
---|---|
Boolean |
getOptOutEmailUsers() |
OrgOktaCommunicationSetting |
optInUsersToOktaCommunicationEmails()
Opt in all users to Okta Communication emails
Opts in all users of this org to Okta Communication emails.
|
OrgOktaCommunicationSetting |
optOutUsersFromOktaCommunicationEmails()
Opt out all users from Okta Communication emails
Opts out all users of this org from Okta Communication emails.
|
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Boolean getOptOutEmailUsers()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/org/privacy/oktaCommunication/optIn") OrgOktaCommunicationSetting optInUsersToOktaCommunicationEmails()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/org/privacy/oktaCommunication/optOut") OrgOktaCommunicationSetting optOutUsersFromOktaCommunicationEmails()
Copyright © 2017–2023 Okta. All rights reserved.