Class UserPushCredentials.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<UserPushCredentials,UserPushCredentials.Builder>
-
- com.streamlayer.pushNotification.common.UserPushCredentials.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,UserPushCredentialsOrBuilder,java.lang.Cloneable
- Enclosing class:
- UserPushCredentials
public static final class UserPushCredentials.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<UserPushCredentials,UserPushCredentials.Builder> implements UserPushCredentialsOrBuilder
Protobuf typestreamlayer.pushNotification.UserPushCredentials
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserPushCredentials.BuilderclearApns().streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];UserPushCredentials.BuilderclearFirebase().streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];UserPushCredentials.UserPushCredentialsDatagetApns().streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];UserPushCredentials.UserPushCredentialsDatagetFirebase().streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];booleanhasApns().streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];booleanhasFirebase().streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];UserPushCredentials.BuildermergeApns(UserPushCredentials.UserPushCredentialsData value).streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];UserPushCredentials.BuildermergeFirebase(UserPushCredentials.UserPushCredentialsData value).streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];UserPushCredentials.BuildersetApns(UserPushCredentials.UserPushCredentialsData value).streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];UserPushCredentials.BuildersetApns(UserPushCredentials.UserPushCredentialsData.Builder builderForValue).streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];UserPushCredentials.BuildersetFirebase(UserPushCredentials.UserPushCredentialsData value).streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];UserPushCredentials.BuildersetFirebase(UserPushCredentials.UserPushCredentialsData.Builder builderForValue).streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
hasApns
public boolean hasApns()
.streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];- Specified by:
hasApnsin interfaceUserPushCredentialsOrBuilder- Returns:
- Whether the apns field is set.
-
getApns
public UserPushCredentials.UserPushCredentialsData getApns()
.streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];- Specified by:
getApnsin interfaceUserPushCredentialsOrBuilder- Returns:
- The apns.
-
setApns
public UserPushCredentials.Builder setApns(UserPushCredentials.UserPushCredentialsData value)
.streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
-
setApns
public UserPushCredentials.Builder setApns(UserPushCredentials.UserPushCredentialsData.Builder builderForValue)
.streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
-
mergeApns
public UserPushCredentials.Builder mergeApns(UserPushCredentials.UserPushCredentialsData value)
.streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
-
clearApns
public UserPushCredentials.Builder clearApns()
.streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
-
hasFirebase
public boolean hasFirebase()
.streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];- Specified by:
hasFirebasein interfaceUserPushCredentialsOrBuilder- Returns:
- Whether the firebase field is set.
-
getFirebase
public UserPushCredentials.UserPushCredentialsData getFirebase()
.streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];- Specified by:
getFirebasein interfaceUserPushCredentialsOrBuilder- Returns:
- The firebase.
-
setFirebase
public UserPushCredentials.Builder setFirebase(UserPushCredentials.UserPushCredentialsData value)
.streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
-
setFirebase
public UserPushCredentials.Builder setFirebase(UserPushCredentials.UserPushCredentialsData.Builder builderForValue)
.streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
-
mergeFirebase
public UserPushCredentials.Builder mergeFirebase(UserPushCredentials.UserPushCredentialsData value)
.streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
-
clearFirebase
public UserPushCredentials.Builder clearFirebase()
.streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
-
-