java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.id.ObjectPermId
ch.ethz.sis.openbis.generic.asapi.v3.dto.entitytype.id.EntityTypePermId
All Implemented Interfaces:
IObjectId, IEntityTypeId, Serializable

@JsonObject("as.dto.entitytype.id.EntityTypePermId") public class EntityTypePermId extends ObjectPermId implements IEntityTypeId
Entity type perm id.
See Also:
  • Constructor Details

    • EntityTypePermId

      public EntityTypePermId(String permId)
      Parameters:
      permId - Entity type perm id, e.g. "MY_ENTITY_TYPE".
    • EntityTypePermId

      public EntityTypePermId(String permId, EntityKind entityKind)
      Parameters:
      permId - Entity type perm id, e.g. "MY_ENTITY_TYPE".
      entityKind - Entity kind, e.g. "SAMPLE"
  • Method Details