Uses of Class
com.podio.stream.StreamActivityType
-
Packages that use StreamActivityType Package Description com.podio.stream -
-
Uses of StreamActivityType in com.podio.stream
Methods in com.podio.stream that return StreamActivityType Modifier and Type Method Description StreamActivityTypeStreamActivity. getActivityType()static StreamActivityTypeStreamActivityType. getByName(String value)static StreamActivityTypeStreamActivityType. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamActivityType[]StreamActivityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.podio.stream with parameters of type StreamActivityType Modifier and Type Method Description voidStreamActivity. setActivityType(StreamActivityType activityType)
-