Class ActionMetaItem


  • public class ActionMetaItem
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ActionMetaItem.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionMetaItem()  
      ActionMetaItem​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> schemaType, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AuthenticationMetaItem>> authentication, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> operationDetails)  
    • Constructor Detail

      • ActionMetaItem

        public ActionMetaItem​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name,
                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description,
                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> schemaType,
                              org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AuthenticationMetaItem>> authentication,
                              org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> operationDetails)
      • ActionMetaItem

        public ActionMetaItem()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        The action ID
      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
        The action name
      • description

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
        The action description
      • schemaType

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> schemaType()
        The schema type for the action
      • authentication

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<AuthenticationMetaItem>> authentication()
        The authentication methods supported by this action
      • operationDetails

        public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> operationDetails()
        The operation details for the action
      • withId

        public ActionMetaItem withId​(java.lang.String id)
        The action ID
      • withId

        public ActionMetaItem withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        The action ID
      • withName

        public ActionMetaItem withName​(java.lang.String name)
        The action name
      • withName

        public ActionMetaItem withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The action name
      • withDescription

        public ActionMetaItem withDescription​(java.lang.String description)
        The action description
      • withDescription

        public ActionMetaItem withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
        The action description
      • withSchemaType

        public ActionMetaItem withSchemaType​(java.lang.String schemaType)
        The schema type for the action
      • withSchemaType

        public ActionMetaItem withSchemaType​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> schemaType)
        The schema type for the action
      • withAuthentication

        public ActionMetaItem withAuthentication​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AuthenticationMetaItem>> authentication)
        The authentication methods supported by this action
      • withOperationDetails

        public ActionMetaItem withOperationDetails​(java.util.Map<java.lang.String,​java.lang.Object> operationDetails)
        The operation details for the action
      • withOperationDetails

        public ActionMetaItem withOperationDetails​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> operationDetails)
        The operation details for the action
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object