@Deprecated public class

RestEffectiveRepositoryPermission

extends RestEffectivePermission
implements EffectiveRepositoryPermission
java.lang.Object
   ↳ java.util.AbstractMap<K, V>
     ↳ java.util.HashMap<K, V>
       ↳ java.util.LinkedHashMap<K, V>
         ↳ com.atlassian.bitbucket.rest.RestMapEntity
           ↳ com.atlassian.bitbucket.rest.permission.RestEffectivePermission
             ↳ com.atlassian.bitbucket.rest.permission.RestEffectiveRepositoryPermission

This class is deprecated.
in 5.5 for removal in 6.0 without replacement

Summary

Public Constructors
RestEffectiveRepositoryPermission()
RestEffectiveRepositoryPermission(EffectiveRepositoryPermission permission)
RestEffectiveRepositoryPermission(Map<StringObject> map)
Public Methods
<T> T accept(EffectivePermissionVisitor<T> visitor)
int getRepositoryId()
@Nullable static RestEffectiveRepositoryPermission valueOf(Object value)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.rest.permission.RestEffectivePermission
From class com.atlassian.bitbucket.rest.RestMapEntity
From class java.util.LinkedHashMap
From class java.util.HashMap
From class java.util.AbstractMap
From class java.lang.Object
From interface com.atlassian.bitbucket.permission.EffectivePermission
From interface com.atlassian.bitbucket.permission.EffectiveRepositoryPermission
From interface java.util.Map

Public Constructors

public RestEffectiveRepositoryPermission ()

public RestEffectiveRepositoryPermission (EffectiveRepositoryPermission permission)

public RestEffectiveRepositoryPermission (Map<StringObject> map)

Public Methods

public T accept (EffectivePermissionVisitor<T> visitor)

public int getRepositoryId ()

@Nullable public static RestEffectiveRepositoryPermission valueOf (Object value)