Interface V1ManagedFieldsEntryFluent<A extends V1ManagedFieldsEntryFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1ObjectMetaFluent.ManagedFieldsNested<N>
- All Known Implementing Classes:
V1ManagedFieldsEntryBuilder
,V1ManagedFieldsEntryFluentImpl
public interface V1ManagedFieldsEntryFluent<A extends V1ManagedFieldsEntryFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptiongetTime()
hasTime()
withApiVersion
(String apiVersion) withFieldsType
(String fieldsType) withFieldsV1
(Object fieldsV1) withManager
(String manager) withOperation
(String operation) withSubresource
(String subresource) withTime
(OffsetDateTime time)
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
getFieldsType
String getFieldsType() -
withFieldsType
-
hasFieldsType
Boolean hasFieldsType() -
getFieldsV1
Object getFieldsV1() -
withFieldsV1
-
hasFieldsV1
Boolean hasFieldsV1() -
getManager
String getManager() -
withManager
-
hasManager
Boolean hasManager() -
getOperation
String getOperation() -
withOperation
-
hasOperation
Boolean hasOperation() -
getSubresource
String getSubresource() -
withSubresource
-
hasSubresource
Boolean hasSubresource() -
getTime
OffsetDateTime getTime() -
withTime
-
hasTime
Boolean hasTime()
-