Class V2APISubresourceDiscovery
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V2APISubresourceDiscovery
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V2APISubresourceDiscovery
extends Object
APISubresourceDiscovery provides information about an API subresource for discovery.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacceptedTypes(List<@Valid V1GroupVersionKind> acceptedTypes) Set acceptedTypes in a chainable fashion.addAcceptedTypesItem(V1GroupVersionKind acceptedTypesItem) Add an item to the acceptedTypes property in a chainable fashion.addVerbsItem(String verbsItem) Add an item to the verbs property in a chainable fashion.booleanList<@Valid V1GroupVersionKind> subresource is the name of the subresource.getVerbs()verbs is a list of supported API operation typesinthashCode()responseKind(V1GroupVersionKind responseKind) Set responseKind in a chainable fashion.voidsetAcceptedTypes(List<@Valid V1GroupVersionKind> acceptedTypes) Set the acceptedTypes property valuevoidsetResponseKind(V1GroupVersionKind responseKind) Set the responseKind property valuevoidsetSubresource(String subresource) Set the subresource property valuevoidSet the verbs property valuesubresource(String subresource) Set subresource in a chainable fashion.toString()Set verbs in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_SUBRESOURCE
- See Also:
-
JSON_PROPERTY_VERBS
- See Also:
-
JSON_PROPERTY_RESPONSE_KIND
- See Also:
-
JSON_PROPERTY_ACCEPTED_TYPES
- See Also:
-
-
Constructor Details
-
V2APISubresourceDiscovery
-
-
Method Details
-
getSubresource
subresource is the name of the subresource.- Returns:
- the subresource property value
-
setSubresource
Set the subresource property value- Parameters:
subresource- property value to set
-
subresource
Set subresource in a chainable fashion.- Returns:
- The same instance of V2APISubresourceDiscovery for chaining.
-
getVerbs
-
setVerbs
-
verbs
Set verbs in a chainable fashion.- Returns:
- The same instance of V2APISubresourceDiscovery for chaining.
-
addVerbsItem
Add an item to the verbs property in a chainable fashion.- Returns:
- The same instance of V2APISubresourceDiscovery for chaining.
-
getResponseKind
- Returns:
- the responseKind property value
-
setResponseKind
Set the responseKind property value- Parameters:
responseKind- property value to set
-
responseKind
Set responseKind in a chainable fashion.- Returns:
- The same instance of V2APISubresourceDiscovery for chaining.
-
getAcceptedTypes
- Returns:
- the acceptedTypes property value
-
setAcceptedTypes
Set the acceptedTypes property value- Parameters:
acceptedTypes- property value to set
-
acceptedTypes
Set acceptedTypes in a chainable fashion.- Returns:
- The same instance of V2APISubresourceDiscovery for chaining.
-
addAcceptedTypesItem
Add an item to the acceptedTypes property in a chainable fashion.- Returns:
- The same instance of V2APISubresourceDiscovery for chaining.
-
equals
-
hashCode
-
toString
-