Package com.okta.sdk.resource.model
Class APNSConfiguration
java.lang.Object
com.okta.sdk.resource.model.APNSConfiguration
- 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 APNSConfiguration
extends Object
implements Serializable
APNSConfiguration
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
(Optional) File name for Admin Console displaygetKeyId()
10-character Key ID obtained from the Apple developer account10-character Team ID used to develop the iOS appAPNs private authentication token signing keyint
hashCode()
void
setFileName
(String fileName) void
void
void
setTokenSigningKey
(String tokenSigningKey) tokenSigningKey
(String tokenSigningKey) toString()
-
Field Details
-
JSON_PROPERTY_FILE_NAME
- See Also:
-
JSON_PROPERTY_KEY_ID
- See Also:
-
JSON_PROPERTY_TEAM_ID
- See Also:
-
JSON_PROPERTY_TOKEN_SIGNING_KEY
- See Also:
-
-
Constructor Details
-
APNSConfiguration
public APNSConfiguration()
-
-
Method Details
-
fileName
-
getFileName
(Optional) File name for Admin Console display- Returns:
- fileName
-
setFileName
-
keyId
-
getKeyId
10-character Key ID obtained from the Apple developer account- Returns:
- keyId
-
setKeyId
-
teamId
-
getTeamId
10-character Team ID used to develop the iOS app- Returns:
- teamId
-
setTeamId
-
tokenSigningKey
-
getTokenSigningKey
APNs private authentication token signing key- Returns:
- tokenSigningKey
-
setTokenSigningKey
-
equals
-
hashCode
public int hashCode() -
toString
-