Class APNSConfiguration

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-29T16:46:27.777599-05:00[America/Chicago]", comments="Generator version: 7.4.0") public class APNSConfiguration extends Object implements Serializable
APNSConfiguration
See Also:
  • Field Details

  • Constructor Details

    • APNSConfiguration

      public APNSConfiguration()
  • Method Details

    • fileName

      public APNSConfiguration fileName(String fileName)
    • getFileName

      @Nullable public String getFileName()
      (Optional) File name for Admin Console display
      Returns:
      fileName
    • setFileName

      public void setFileName(String fileName)
    • keyId

      public APNSConfiguration keyId(String keyId)
    • getKeyId

      @Nullable public String getKeyId()
      10-character Key ID obtained from the Apple developer account
      Returns:
      keyId
    • setKeyId

      public void setKeyId(String keyId)
    • teamId

      public APNSConfiguration teamId(String teamId)
    • getTeamId

      @Nullable public String getTeamId()
      10-character Team ID used to develop the iOS app
      Returns:
      teamId
    • setTeamId

      public void setTeamId(String teamId)
    • tokenSigningKey

      public APNSConfiguration tokenSigningKey(String tokenSigningKey)
    • getTokenSigningKey

      @Nullable public String getTokenSigningKey()
      APNs private authentication token signing key
      Returns:
      tokenSigningKey
    • setTokenSigningKey

      public void setTokenSigningKey(String tokenSigningKey)
    • 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