Uses of Class
com.redhat.cloud.notifications.ingress.Metadata.Builder
-
Packages that use Metadata.Builder Package Description com.redhat.cloud.notifications.ingress -
-
Uses of Metadata.Builder in com.redhat.cloud.notifications.ingress
Methods in com.redhat.cloud.notifications.ingress that return Metadata.Builder Modifier and Type Method Description Metadata.BuilderEvent.Builder. getMetadataBuilder()Gets the Builder instance for the 'metadata' field and creates one if it doesn't exist yet.static Metadata.BuilderMetadata. newBuilder()Creates a new Metadata RecordBuilder.static Metadata.BuilderMetadata. newBuilder(Metadata other)Creates a new Metadata RecordBuilder by copying an existing Metadata instance.static Metadata.BuilderMetadata. newBuilder(Metadata.Builder other)Creates a new Metadata RecordBuilder by copying an existing Builder.Methods in com.redhat.cloud.notifications.ingress with parameters of type Metadata.Builder Modifier and Type Method Description static Metadata.BuilderMetadata. newBuilder(Metadata.Builder other)Creates a new Metadata RecordBuilder by copying an existing Builder.Event.BuilderEvent.Builder. setMetadataBuilder(Metadata.Builder value)Sets the Builder instance for the 'metadata' field
-