Package io.getstream.chat.java.models
Class App.APNConfigRequestObject.APNConfigRequestObjectBuilder
- java.lang.Object
-
- io.getstream.chat.java.models.App.APNConfigRequestObject.APNConfigRequestObjectBuilder
-
- Enclosing class:
- App.APNConfigRequestObject
public static class App.APNConfigRequestObject.APNConfigRequestObjectBuilder extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
development
public App.APNConfigRequestObject.APNConfigRequestObjectBuilder development(@Nullable @Nullable java.lang.Boolean development)
- Returns:
this
.
-
authType
public App.APNConfigRequestObject.APNConfigRequestObjectBuilder authType(@Nullable @Nullable App.AuthenticationType authType)
- Returns:
this
.
-
authKey
public App.APNConfigRequestObject.APNConfigRequestObjectBuilder authKey(@Nullable @org.jetbrains.annotations.Nullable byte[] authKey)
- Returns:
this
.
-
notificationTemplate
public App.APNConfigRequestObject.APNConfigRequestObjectBuilder notificationTemplate(@Nullable @Nullable java.lang.String notificationTemplate)
- Returns:
this
.
-
host
public App.APNConfigRequestObject.APNConfigRequestObjectBuilder host(@Nullable @Nullable java.lang.String host)
- Returns:
this
.
-
bundleId
public App.APNConfigRequestObject.APNConfigRequestObjectBuilder bundleId(@Nullable @Nullable java.lang.String bundleId)
- Returns:
this
.
-
teamId
public App.APNConfigRequestObject.APNConfigRequestObjectBuilder teamId(@Nullable @Nullable java.lang.String teamId)
- Returns:
this
.
-
keyId
public App.APNConfigRequestObject.APNConfigRequestObjectBuilder keyId(@Nullable @Nullable java.lang.String keyId)
- Returns:
this
.
-
p12Cert
public App.APNConfigRequestObject.APNConfigRequestObjectBuilder p12Cert(@Nullable @Nullable java.lang.String p12Cert)
- Returns:
this
.
-
build
public App.APNConfigRequestObject build()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-