Package com.streamlayer.studio.users
Interface UpdateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
UpdateRequest,UpdateRequest.Builder
public interface UpdateRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateRequest.AliasCasegetAliasCase()UpdateRequest.AvatarBackgroundColourCasegetAvatarBackgroundColourCase()UpdateRequest.AvatarCasegetAvatarCase()java.lang.StringgetDelAlias()string del_alias = 13 [json_name = "delAlias"];com.google.protobuf.ByteStringgetDelAliasBytes()string del_alias = 13 [json_name = "delAlias"];java.lang.StringgetDelAvatar()string del_avatar = 5 [json_name = "delAvatar"];java.lang.StringgetDelAvatarBackgroundColour()string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];com.google.protobuf.ByteStringgetDelAvatarBackgroundColourBytes()string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];com.google.protobuf.ByteStringgetDelAvatarBytes()string del_avatar = 5 [json_name = "delAvatar"];java.lang.StringgetDelName()string del_name = 3 [json_name = "delName"];com.google.protobuf.ByteStringgetDelNameBytes()string del_name = 3 [json_name = "delName"];UserNotificationPreferencegetDelNotificationPreference().streamlayer.users.UserNotificationPreference del_notification_preference = 11 [json_name = "delNotificationPreference"];intgetDelNotificationPreferenceValue().streamlayer.users.UserNotificationPreference del_notification_preference = 11 [json_name = "delNotificationPreference"];java.lang.StringgetDelTimezone()string del_timezone = 9 [json_name = "delTimezone"];com.google.protobuf.ByteStringgetDelTimezoneBytes()string del_timezone = 9 [json_name = "delTimezone"];UpdateRequest.NameCasegetNameCase()UpdateRequest.NotificationPreferenceCasegetNotificationPreferenceCase()java.lang.StringgetSetAlias()string set_alias = 12 [json_name = "setAlias"];com.google.protobuf.ByteStringgetSetAliasBytes()string set_alias = 12 [json_name = "setAlias"];java.lang.StringgetSetAvatar()string set_avatar = 4 [json_name = "setAvatar"];java.lang.StringgetSetAvatarBackgroundColour()string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];com.google.protobuf.ByteStringgetSetAvatarBackgroundColourBytes()string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];com.google.protobuf.ByteStringgetSetAvatarBytes()string set_avatar = 4 [json_name = "setAvatar"];java.lang.StringgetSetName()string set_name = 2 [json_name = "setName"];com.google.protobuf.ByteStringgetSetNameBytes()string set_name = 2 [json_name = "setName"];UserNotificationPreferencegetSetNotificationPreference().streamlayer.users.UserNotificationPreference set_notification_preference = 10 [json_name = "setNotificationPreference"];intgetSetNotificationPreferenceValue().streamlayer.users.UserNotificationPreference set_notification_preference = 10 [json_name = "setNotificationPreference"];java.lang.StringgetSetTimezone()string set_timezone = 8 [json_name = "setTimezone"];com.google.protobuf.ByteStringgetSetTimezoneBytes()string set_timezone = 8 [json_name = "setTimezone"];UpdateRequest.TimezoneCasegetTimezoneCase()booleanhasDelAlias()string del_alias = 13 [json_name = "delAlias"];booleanhasDelAvatar()string del_avatar = 5 [json_name = "delAvatar"];booleanhasDelAvatarBackgroundColour()string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];booleanhasDelName()string del_name = 3 [json_name = "delName"];booleanhasDelNotificationPreference().streamlayer.users.UserNotificationPreference del_notification_preference = 11 [json_name = "delNotificationPreference"];booleanhasDelTimezone()string del_timezone = 9 [json_name = "delTimezone"];booleanhasSetAlias()string set_alias = 12 [json_name = "setAlias"];booleanhasSetAvatar()string set_avatar = 4 [json_name = "setAvatar"];booleanhasSetAvatarBackgroundColour()string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];booleanhasSetName()string set_name = 2 [json_name = "setName"];booleanhasSetNotificationPreference().streamlayer.users.UserNotificationPreference set_notification_preference = 10 [json_name = "setNotificationPreference"];booleanhasSetTimezone()string set_timezone = 8 [json_name = "setTimezone"];
-
-
-
Method Detail
-
hasSetName
boolean hasSetName()
string set_name = 2 [json_name = "setName"];- Returns:
- Whether the setName field is set.
-
getSetName
java.lang.String getSetName()
string set_name = 2 [json_name = "setName"];- Returns:
- The setName.
-
getSetNameBytes
com.google.protobuf.ByteString getSetNameBytes()
string set_name = 2 [json_name = "setName"];- Returns:
- The bytes for setName.
-
hasDelName
boolean hasDelName()
string del_name = 3 [json_name = "delName"];- Returns:
- Whether the delName field is set.
-
getDelName
java.lang.String getDelName()
string del_name = 3 [json_name = "delName"];- Returns:
- The delName.
-
getDelNameBytes
com.google.protobuf.ByteString getDelNameBytes()
string del_name = 3 [json_name = "delName"];- Returns:
- The bytes for delName.
-
hasSetAvatar
boolean hasSetAvatar()
string set_avatar = 4 [json_name = "setAvatar"];- Returns:
- Whether the setAvatar field is set.
-
getSetAvatar
java.lang.String getSetAvatar()
string set_avatar = 4 [json_name = "setAvatar"];- Returns:
- The setAvatar.
-
getSetAvatarBytes
com.google.protobuf.ByteString getSetAvatarBytes()
string set_avatar = 4 [json_name = "setAvatar"];- Returns:
- The bytes for setAvatar.
-
hasDelAvatar
boolean hasDelAvatar()
string del_avatar = 5 [json_name = "delAvatar"];- Returns:
- Whether the delAvatar field is set.
-
getDelAvatar
java.lang.String getDelAvatar()
string del_avatar = 5 [json_name = "delAvatar"];- Returns:
- The delAvatar.
-
getDelAvatarBytes
com.google.protobuf.ByteString getDelAvatarBytes()
string del_avatar = 5 [json_name = "delAvatar"];- Returns:
- The bytes for delAvatar.
-
hasSetAvatarBackgroundColour
boolean hasSetAvatarBackgroundColour()
string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];- Returns:
- Whether the setAvatarBackgroundColour field is set.
-
getSetAvatarBackgroundColour
java.lang.String getSetAvatarBackgroundColour()
string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];- Returns:
- The setAvatarBackgroundColour.
-
getSetAvatarBackgroundColourBytes
com.google.protobuf.ByteString getSetAvatarBackgroundColourBytes()
string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];- Returns:
- The bytes for setAvatarBackgroundColour.
-
hasDelAvatarBackgroundColour
boolean hasDelAvatarBackgroundColour()
string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];- Returns:
- Whether the delAvatarBackgroundColour field is set.
-
getDelAvatarBackgroundColour
java.lang.String getDelAvatarBackgroundColour()
string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];- Returns:
- The delAvatarBackgroundColour.
-
getDelAvatarBackgroundColourBytes
com.google.protobuf.ByteString getDelAvatarBackgroundColourBytes()
string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];- Returns:
- The bytes for delAvatarBackgroundColour.
-
hasSetTimezone
boolean hasSetTimezone()
string set_timezone = 8 [json_name = "setTimezone"];- Returns:
- Whether the setTimezone field is set.
-
getSetTimezone
java.lang.String getSetTimezone()
string set_timezone = 8 [json_name = "setTimezone"];- Returns:
- The setTimezone.
-
getSetTimezoneBytes
com.google.protobuf.ByteString getSetTimezoneBytes()
string set_timezone = 8 [json_name = "setTimezone"];- Returns:
- The bytes for setTimezone.
-
hasDelTimezone
boolean hasDelTimezone()
string del_timezone = 9 [json_name = "delTimezone"];- Returns:
- Whether the delTimezone field is set.
-
getDelTimezone
java.lang.String getDelTimezone()
string del_timezone = 9 [json_name = "delTimezone"];- Returns:
- The delTimezone.
-
getDelTimezoneBytes
com.google.protobuf.ByteString getDelTimezoneBytes()
string del_timezone = 9 [json_name = "delTimezone"];- Returns:
- The bytes for delTimezone.
-
hasSetNotificationPreference
boolean hasSetNotificationPreference()
.streamlayer.users.UserNotificationPreference set_notification_preference = 10 [json_name = "setNotificationPreference"];- Returns:
- Whether the setNotificationPreference field is set.
-
getSetNotificationPreferenceValue
int getSetNotificationPreferenceValue()
.streamlayer.users.UserNotificationPreference set_notification_preference = 10 [json_name = "setNotificationPreference"];- Returns:
- The enum numeric value on the wire for setNotificationPreference.
-
getSetNotificationPreference
UserNotificationPreference getSetNotificationPreference()
.streamlayer.users.UserNotificationPreference set_notification_preference = 10 [json_name = "setNotificationPreference"];- Returns:
- The setNotificationPreference.
-
hasDelNotificationPreference
boolean hasDelNotificationPreference()
.streamlayer.users.UserNotificationPreference del_notification_preference = 11 [json_name = "delNotificationPreference"];- Returns:
- Whether the delNotificationPreference field is set.
-
getDelNotificationPreferenceValue
int getDelNotificationPreferenceValue()
.streamlayer.users.UserNotificationPreference del_notification_preference = 11 [json_name = "delNotificationPreference"];- Returns:
- The enum numeric value on the wire for delNotificationPreference.
-
getDelNotificationPreference
UserNotificationPreference getDelNotificationPreference()
.streamlayer.users.UserNotificationPreference del_notification_preference = 11 [json_name = "delNotificationPreference"];- Returns:
- The delNotificationPreference.
-
hasSetAlias
boolean hasSetAlias()
string set_alias = 12 [json_name = "setAlias"];- Returns:
- Whether the setAlias field is set.
-
getSetAlias
java.lang.String getSetAlias()
string set_alias = 12 [json_name = "setAlias"];- Returns:
- The setAlias.
-
getSetAliasBytes
com.google.protobuf.ByteString getSetAliasBytes()
string set_alias = 12 [json_name = "setAlias"];- Returns:
- The bytes for setAlias.
-
hasDelAlias
boolean hasDelAlias()
string del_alias = 13 [json_name = "delAlias"];- Returns:
- Whether the delAlias field is set.
-
getDelAlias
java.lang.String getDelAlias()
string del_alias = 13 [json_name = "delAlias"];- Returns:
- The delAlias.
-
getDelAliasBytes
com.google.protobuf.ByteString getDelAliasBytes()
string del_alias = 13 [json_name = "delAlias"];- Returns:
- The bytes for delAlias.
-
getNameCase
UpdateRequest.NameCase getNameCase()
-
getAvatarCase
UpdateRequest.AvatarCase getAvatarCase()
-
getAvatarBackgroundColourCase
UpdateRequest.AvatarBackgroundColourCase getAvatarBackgroundColourCase()
-
getTimezoneCase
UpdateRequest.TimezoneCase getTimezoneCase()
-
getNotificationPreferenceCase
UpdateRequest.NotificationPreferenceCase getNotificationPreferenceCase()
-
getAliasCase
UpdateRequest.AliasCase getAliasCase()
-
-