Class PropertyEntity

java.lang.Object
com.atlassian.crowd.integration.rest.entity.PropertyEntity

public class PropertyEntity extends Object
Represents a property entity.
  • Constructor Details

    • PropertyEntity

      public PropertyEntity(String name, String type)
      Constructs a property with the specified name and type.
      Parameters:
      name - name of the property
      type - type of the property
  • Method Details

    • getName

      public String getName()
    • getType

      public String getType()