Interface AttributeGroupSetKeyAction

All Superinterfaces:
AttributeGroupUpdateAction, ResourceUpdateAction<AttributeGroupUpdateAction>

public interface AttributeGroupSetKeyAction extends AttributeGroupUpdateAction
AttributeGroupSetKeyAction
Example to create an instance using the builder pattern

     AttributeGroupSetKeyAction attributeGroupSetKeyAction = AttributeGroupSetKeyAction.builder()
             .build()
 
  • Field Details

  • Method Details

    • getKey

      String getKey()

      If key is absent or null, the existing key, if any, will be removed.

      Returns:
      key
    • setKey

      void setKey(String key)

      If key is absent or null, the existing key, if any, will be removed.

      Parameters:
      key - value to be set
    • of

      factory method
      Returns:
      instance of AttributeGroupSetKeyAction
    • of

      factory method to create a shallow copy AttributeGroupSetKeyAction
      Parameters:
      template - instance to be copied
      Returns:
      copy instance
    • deepCopy

      @Nullable static AttributeGroupSetKeyAction deepCopy(@Nullable AttributeGroupSetKeyAction template)
      factory method to create a deep copy of AttributeGroupSetKeyAction
      Parameters:
      template - instance to be copied
      Returns:
      copy instance
    • builder

      builder factory method for AttributeGroupSetKeyAction
      Returns:
      builder
    • builder

      create builder for AttributeGroupSetKeyAction instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder
    • withAttributeGroupSetKeyAction

      default <T> T withAttributeGroupSetKeyAction(Function<AttributeGroupSetKeyAction,T> helper)
      accessor map function
      Type Parameters:
      T - mapped type
      Parameters:
      helper - function to map the object
      Returns:
      mapped value
    • ofUnset

      static AttributeGroupSetKeyAction ofUnset()
    • typeReference

      static com.fasterxml.jackson.core.type.TypeReference<AttributeGroupSetKeyAction> typeReference()
      gives a TypeReference for usage with Jackson DataBind
      Returns:
      TypeReference