Class WidgetPermission

java.lang.Object
com.liferay.headless.delivery.dto.v1_0.WidgetPermission
All Implemented Interfaces:
Serializable

@Generated("") public class WidgetPermission extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • actionKeys

      protected String[] actionKeys
    • roleKey

      protected String roleKey
    • xClassName

      public String xClassName
  • Constructor Details

    • WidgetPermission

      public WidgetPermission()
  • Method Details

    • toDTO

      public static WidgetPermission toDTO(String json)
    • unsafeToDTO

      public static WidgetPermission unsafeToDTO(String json)
    • getActionKeys

      public String[] getActionKeys()
    • setActionKeys

      public void setActionKeys(String[] actionKeys)
    • setActionKeys

      public void setActionKeys(com.liferay.petra.function.UnsafeSupplier<String[],Exception> actionKeysUnsafeSupplier)
    • getRoleKey

      public String getRoleKey()
    • setRoleKey

      public void setRoleKey(String roleKey)
    • setRoleKey

      public void setRoleKey(com.liferay.petra.function.UnsafeSupplier<String,Exception> roleKeyUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object