public final class

PermissionHolderTypeMapping

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.api.permission.PermissionHolderTypeMapping

Class Overview

This class contains mapping between JIRA permission holder types and their respective REST names.

Summary

Public Methods
static Optional<PermissionHolderType> fromRestType(String holderType)
static String toRestType(PermissionHolderType holderType)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static Optional<PermissionHolderType> fromRestType (String holderType)

public static String toRestType (PermissionHolderType holderType)