Class ThirdPartyAdminSetting

java.lang.Object
com.okta.sdk.resource.model.ThirdPartyAdminSetting
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-07-28T10:14:57.946459+05:30[Asia/Kolkata]", comments="Generator version: 7.11.0") public class ThirdPartyAdminSetting extends Object implements Serializable
The third-party admin setting
See Also:
  • Field Details

  • Constructor Details

    • ThirdPartyAdminSetting

      public ThirdPartyAdminSetting()
  • Method Details

    • thirdPartyAdmin

      public ThirdPartyAdminSetting thirdPartyAdmin(Boolean thirdPartyAdmin)
    • getThirdPartyAdmin

      @Nullable public Boolean getThirdPartyAdmin()
      Indicates if third-party admin is enabled
      Returns:
      thirdPartyAdmin
    • setThirdPartyAdmin

      public void setThirdPartyAdmin(Boolean thirdPartyAdmin)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object