Uses of Class
com.redhat.cloud.notifications.ingress.Recipient
-
Packages that use Recipient Package Description com.redhat.cloud.notifications.ingress -
-
Uses of Recipient in com.redhat.cloud.notifications.ingress
Methods in com.redhat.cloud.notifications.ingress that return Recipient Modifier and Type Method Description RecipientRecipient.Builder. build()static RecipientRecipient. fromByteBuffer(ByteBuffer b)Deserializes a Recipient from a ByteBuffer.Methods in com.redhat.cloud.notifications.ingress that return types with arguments of type Recipient Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<Recipient>Recipient. createDecoder(org.apache.avro.message.SchemaStore resolver)Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<Recipient>Recipient. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<Recipient>Recipient. getEncoder()Return the BinaryMessageEncoder instance used by this class.List<Recipient>Action.Builder. getRecipients()Gets the value of the 'recipients' field.List<Recipient>Action. getRecipients()Gets the value of the 'recipients' field.Methods in com.redhat.cloud.notifications.ingress with parameters of type Recipient Modifier and Type Method Description static Recipient.BuilderRecipient. newBuilder(Recipient other)Creates a new Recipient RecordBuilder by copying an existing Recipient instance.Method parameters in com.redhat.cloud.notifications.ingress with type arguments of type Recipient Modifier and Type Method Description Action.BuilderAction.Builder. setRecipients(List<Recipient> value)Sets the value of the 'recipients' field.voidAction. setRecipients(List<Recipient> value)Sets the value of the 'recipients' field.
-