Uses of Class
com.podio.common.Right
-
Packages that use Right Package Description com.podio.common com.podio.stream -
-
Uses of Right in com.podio.common
Methods in com.podio.common that return Right Modifier and Type Method Description static RightRight. getByName(String value)static RightRight. valueOf(String name)Returns the enum constant of this type with the specified name.static Right[]Right. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Right in com.podio.stream
Methods in com.podio.stream that return types with arguments of type Right Modifier and Type Method Description List<Right>StreamObjectV2. getRights()Method parameters in com.podio.stream with type arguments of type Right Modifier and Type Method Description voidStreamObjectV2. setRights(List<Right> rights)
-