public interface CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getSource() |
String |
getType() |
Boolean |
hasSource() |
Boolean |
hasType() |
A |
withNewSource(byte[] arg1) |
A |
withNewSource(byte[] arg1,
int arg2) |
A |
withNewSource(byte[] arg1,
int arg2,
int arg3) |
A |
withNewSource(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewSource(char[] arg1) |
A |
withNewSource(char[] arg1,
int arg2,
int arg3) |
A |
withNewSource(int[] arg1,
int arg2,
int arg3) |
A |
withNewSource(String arg1) |
A |
withNewSource(StringBuffer arg1) |
A |
withNewSource(StringBuilder arg1) |
A |
withNewType(byte[] arg1) |
A |
withNewType(byte[] arg1,
int arg2) |
A |
withNewType(byte[] arg1,
int arg2,
int arg3) |
A |
withNewType(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewType(char[] arg1) |
A |
withNewType(char[] arg1,
int arg2,
int arg3) |
A |
withNewType(int[] arg1,
int arg2,
int arg3) |
A |
withNewType(String arg1) |
A |
withNewType(StringBuffer arg1) |
A |
withNewType(StringBuilder arg1) |
A |
withSource(String source) |
A |
withType(String type) |
String getSource()
Boolean hasSource()
A withNewSource(StringBuilder arg1)
A withNewSource(int[] arg1, int arg2, int arg3)
A withNewSource(char[] arg1)
A withNewSource(StringBuffer arg1)
A withNewSource(byte[] arg1, int arg2)
A withNewSource(byte[] arg1)
A withNewSource(char[] arg1, int arg2, int arg3)
A withNewSource(byte[] arg1, int arg2, int arg3)
A withNewSource(byte[] arg1, int arg2, int arg3, int arg4)
String getType()
Boolean hasType()
A withNewType(StringBuilder arg1)
A withNewType(int[] arg1, int arg2, int arg3)
A withNewType(char[] arg1)
A withNewType(StringBuffer arg1)
A withNewType(byte[] arg1, int arg2)
A withNewType(byte[] arg1)
A withNewType(char[] arg1, int arg2, int arg3)
A withNewType(byte[] arg1, int arg2, int arg3)
A withNewType(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2021 Red Hat. All rights reserved.