Uses of Class
com.google.api.services.rcsbusinessmessaging.v1.model.cards.CardOrientation
-
Packages that use CardOrientation Package Description com.google.api.services.rcsbusinessmessaging.v1 com.google.api.services.rcsbusinessmessaging.v1.model.cards -
-
Uses of CardOrientation in com.google.api.services.rcsbusinessmessaging.v1
Methods in com.google.api.services.rcsbusinessmessaging.v1 with parameters of type CardOrientation Modifier and Type Method Description StandaloneCardRbmApiHelper. createStandaloneCard(java.lang.String title, java.lang.String description, java.lang.String imageUrl, MediaHeight height, CardOrientation orientation, java.util.List<Suggestion> suggestions)Creates a standalone card object based on the passed in parameters. -
Uses of CardOrientation in com.google.api.services.rcsbusinessmessaging.v1.model.cards
Methods in com.google.api.services.rcsbusinessmessaging.v1.model.cards that return CardOrientation Modifier and Type Method Description static CardOrientationCardOrientation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CardOrientation[]CardOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-