Enum NotificationPromotionImagePosition
- java.lang.Object
-
- java.lang.Enum<NotificationPromotionImagePosition>
-
- com.streamlayer.interactive.common.NotificationPromotionImagePosition
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<NotificationPromotionImagePosition>
public enum NotificationPromotionImagePosition extends java.lang.Enum<NotificationPromotionImagePosition> implements com.google.protobuf.Internal.EnumLite
Protobuf enumstreamlayer.interactive.NotificationPromotionImagePosition
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NOTIFICATION_PROMOTION_IMAGE_POSITION_BOTTOMNOTIFICATION_PROMOTION_IMAGE_POSITION_BOTTOM = 3;NOTIFICATION_PROMOTION_IMAGE_POSITION_CENTEREDNOTIFICATION_PROMOTION_IMAGE_POSITION_CENTERED = 2;NOTIFICATION_PROMOTION_IMAGE_POSITION_FITNOTIFICATION_PROMOTION_IMAGE_POSITION_FIT = 1;NOTIFICATION_PROMOTION_IMAGE_POSITION_MIDDLENOTIFICATION_PROMOTION_IMAGE_POSITION_MIDDLE = 5;NOTIFICATION_PROMOTION_IMAGE_POSITION_SOLIDNOTIFICATION_PROMOTION_IMAGE_POSITION_SOLID = 4;NOTIFICATION_PROMOTION_IMAGE_POSITION_UNSETNOTIFICATION_PROMOTION_IMAGE_POSITION_UNSET = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intNOTIFICATION_PROMOTION_IMAGE_POSITION_BOTTOM_VALUENOTIFICATION_PROMOTION_IMAGE_POSITION_BOTTOM = 3;static intNOTIFICATION_PROMOTION_IMAGE_POSITION_CENTERED_VALUENOTIFICATION_PROMOTION_IMAGE_POSITION_CENTERED = 2;static intNOTIFICATION_PROMOTION_IMAGE_POSITION_FIT_VALUENOTIFICATION_PROMOTION_IMAGE_POSITION_FIT = 1;static intNOTIFICATION_PROMOTION_IMAGE_POSITION_MIDDLE_VALUENOTIFICATION_PROMOTION_IMAGE_POSITION_MIDDLE = 5;static intNOTIFICATION_PROMOTION_IMAGE_POSITION_SOLID_VALUENOTIFICATION_PROMOTION_IMAGE_POSITION_SOLID = 4;static intNOTIFICATION_PROMOTION_IMAGE_POSITION_UNSET_VALUENOTIFICATION_PROMOTION_IMAGE_POSITION_UNSET = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static NotificationPromotionImagePositionforNumber(int value)intgetNumber()static com.google.protobuf.Internal.EnumLiteMap<NotificationPromotionImagePosition>internalGetValueMap()static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()static NotificationPromotionImagePositionvalueOf(int value)Deprecated.static NotificationPromotionImagePositionvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NotificationPromotionImagePosition[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NOTIFICATION_PROMOTION_IMAGE_POSITION_UNSET
public static final NotificationPromotionImagePosition NOTIFICATION_PROMOTION_IMAGE_POSITION_UNSET
NOTIFICATION_PROMOTION_IMAGE_POSITION_UNSET = 0;
-
NOTIFICATION_PROMOTION_IMAGE_POSITION_FIT
public static final NotificationPromotionImagePosition NOTIFICATION_PROMOTION_IMAGE_POSITION_FIT
NOTIFICATION_PROMOTION_IMAGE_POSITION_FIT = 1;
-
NOTIFICATION_PROMOTION_IMAGE_POSITION_CENTERED
public static final NotificationPromotionImagePosition NOTIFICATION_PROMOTION_IMAGE_POSITION_CENTERED
NOTIFICATION_PROMOTION_IMAGE_POSITION_CENTERED = 2;
-
NOTIFICATION_PROMOTION_IMAGE_POSITION_BOTTOM
public static final NotificationPromotionImagePosition NOTIFICATION_PROMOTION_IMAGE_POSITION_BOTTOM
NOTIFICATION_PROMOTION_IMAGE_POSITION_BOTTOM = 3;
-
NOTIFICATION_PROMOTION_IMAGE_POSITION_SOLID
public static final NotificationPromotionImagePosition NOTIFICATION_PROMOTION_IMAGE_POSITION_SOLID
NOTIFICATION_PROMOTION_IMAGE_POSITION_SOLID = 4;
-
NOTIFICATION_PROMOTION_IMAGE_POSITION_MIDDLE
public static final NotificationPromotionImagePosition NOTIFICATION_PROMOTION_IMAGE_POSITION_MIDDLE
NOTIFICATION_PROMOTION_IMAGE_POSITION_MIDDLE = 5;
-
UNRECOGNIZED
public static final NotificationPromotionImagePosition UNRECOGNIZED
-
-
Field Detail
-
NOTIFICATION_PROMOTION_IMAGE_POSITION_UNSET_VALUE
public static final int NOTIFICATION_PROMOTION_IMAGE_POSITION_UNSET_VALUE
NOTIFICATION_PROMOTION_IMAGE_POSITION_UNSET = 0;- See Also:
- Constant Field Values
-
NOTIFICATION_PROMOTION_IMAGE_POSITION_FIT_VALUE
public static final int NOTIFICATION_PROMOTION_IMAGE_POSITION_FIT_VALUE
NOTIFICATION_PROMOTION_IMAGE_POSITION_FIT = 1;- See Also:
- Constant Field Values
-
NOTIFICATION_PROMOTION_IMAGE_POSITION_CENTERED_VALUE
public static final int NOTIFICATION_PROMOTION_IMAGE_POSITION_CENTERED_VALUE
NOTIFICATION_PROMOTION_IMAGE_POSITION_CENTERED = 2;- See Also:
- Constant Field Values
-
NOTIFICATION_PROMOTION_IMAGE_POSITION_BOTTOM_VALUE
public static final int NOTIFICATION_PROMOTION_IMAGE_POSITION_BOTTOM_VALUE
NOTIFICATION_PROMOTION_IMAGE_POSITION_BOTTOM = 3;- See Also:
- Constant Field Values
-
NOTIFICATION_PROMOTION_IMAGE_POSITION_SOLID_VALUE
public static final int NOTIFICATION_PROMOTION_IMAGE_POSITION_SOLID_VALUE
NOTIFICATION_PROMOTION_IMAGE_POSITION_SOLID = 4;- See Also:
- Constant Field Values
-
NOTIFICATION_PROMOTION_IMAGE_POSITION_MIDDLE_VALUE
public static final int NOTIFICATION_PROMOTION_IMAGE_POSITION_MIDDLE_VALUE
NOTIFICATION_PROMOTION_IMAGE_POSITION_MIDDLE = 5;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static NotificationPromotionImagePosition[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (NotificationPromotionImagePosition c : NotificationPromotionImagePosition.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static NotificationPromotionImagePosition valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
valueOf
@Deprecated public static NotificationPromotionImagePosition valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static NotificationPromotionImagePosition forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<NotificationPromotionImagePosition> internalGetValueMap()
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-
-