| [Expand] Inherited Methods | 
|---|
|  From class
  com.atlassian.bitbucket.rest.RestLinkedMapEntity | 
|  From class
  com.atlassian.bitbucket.rest.RestMapEntity 
  
   
    
    
	 
    
        | boolean | getBoolProperty(String arg0) |  
        | boolean | getBoolProperty(String arg0, boolean arg1) |  
        | <T extends Enum<T>>
            T | getEnumProperty(String arg0, Class<T> arg1, T arg2) |  
        | <T extends Enum<T>>
            T | getEnumProperty(String arg0, Class<T> arg1) |  
        | int | getIntProperty(String arg0) |  
        | long | getLongProperty(String arg0) |  
        | RestPath | getPathProperty(String arg0) |  
        | String | getStringProperty(String arg0) |  
        | void | putIfNotEmpty(String arg0, Map<?, ?> arg1) |  
        | void | putIfNotEmpty(String arg0, Iterable<?> arg1) |  
        | void | putIfNotEmpty(String arg0, Collection<?> arg1) |  
        | void | putIfNotNull(String arg0, Object arg1) |  
        | static
            <F, T>
            Set<T> | transform(Set<F> arg0, Function<F, T> arg1) |  
        | static
            <F, T>
            List<T> | transform(Iterable<F> arg0, Function<F, T> arg1) |  | 
|  From class
  java.util.LinkedHashMap 
  
   
    
    
	 
    
        | void | clear() |  
        | boolean | containsValue(Object arg0) |  
        | Set<Entry<K, V>> | entrySet() |  
        | void | forEach(BiConsumer<? super K, ? super V> arg0) |  
        | V | get(Object arg0) |  
        | V | getOrDefault(Object arg0, V arg1) |  
        | Set<K> | keySet() |  
        | boolean | removeEldestEntry(Entry<K, V> arg0) |  
        | void | replaceAll(BiFunction<? super K, ? super V, ? extends V> arg0) |  
        | Collection<V> | values() |  | 
|  From class
  java.util.HashMap 
  
   
    
    
	 
    
        | void | clear() |  
        | Object | clone() |  
        | V | compute(K arg0, BiFunction<? super K, ? super V, ? extends V> arg1) |  
        | V | computeIfAbsent(K arg0, Function<? super K, ? extends V> arg1) |  
        | V | computeIfPresent(K arg0, BiFunction<? super K, ? super V, ? extends V> arg1) |  
        | boolean | containsKey(Object arg0) |  
        | boolean | containsValue(Object arg0) |  
        | Set<Entry<K, V>> | entrySet() |  
        | void | forEach(BiConsumer<? super K, ? super V> arg0) |  
        | V | get(Object arg0) |  
        | V | getOrDefault(Object arg0, V arg1) |  
        | boolean | isEmpty() |  
        | Set<K> | keySet() |  
        | V | merge(K arg0, V arg1, BiFunction<? super V, ? super V, ? extends V> arg2) |  
        | V | put(K arg0, V arg1) |  
        | void | putAll(Map<? extends K, ? extends V> arg0) |  
        | V | putIfAbsent(K arg0, V arg1) |  
        | boolean | remove(Object arg0, Object arg1) |  
        | V | remove(Object arg0) |  
        | boolean | replace(K arg0, V arg1, V arg2) |  
        | V | replace(K arg0, V arg1) |  
        | void | replaceAll(BiFunction<? super K, ? super V, ? extends V> arg0) |  
        | int | size() |  
        | Collection<V> | values() |  | 
|  From class
  java.util.AbstractMap 
  
   
    
    
	 
    
        | void | clear() |  
        | Object | clone() |  
        | boolean | containsKey(Object arg0) |  
        | boolean | containsValue(Object arg0) |  
        | abstract
            
            
            
            
            Set<Entry<K, V>> | entrySet() |  
        | boolean | equals(Object arg0) |  
        | V | get(Object arg0) |  
        | int | hashCode() |  
        | boolean | isEmpty() |  
        | Set<K> | keySet() |  
        | V | put(K arg0, V arg1) |  
        | void | putAll(Map<? extends K, ? extends V> arg0) |  
        | V | remove(Object arg0) |  
        | int | size() |  
        | String | toString() |  
        | Collection<V> | values() |  | 
|  From class
  java.lang.Object 
  
   
    
    
	 
    
        | Object | clone() |  
        | boolean | equals(Object arg0) |  
        | void | finalize() |  
        | final
            
            
            Class<?> | getClass() |  
        | int | hashCode() |  
        | final
            
            
            void | notify() |  
        | final
            
            
            void | notifyAll() |  
        | String | toString() |  
        | final
            
            
            void | wait(long arg0, int arg1) |  
        | final
            
            
            void | wait(long arg0) |  
        | final
            
            
            void | wait() |  | 
|  From interface
  com.atlassian.bitbucket.project.Project | 
|  From interface
  com.atlassian.bitbucket.rest.avatar.AvatarAware | 
|  From interface
  java.util.Map 
  
   
    
    
	 
    
        | void | clear() |  
        | V | compute(K arg0, BiFunction<? super K, ? super V, ? extends V> arg1) |  
        | V | computeIfAbsent(K arg0, Function<? super K, ? extends V> arg1) |  
        | V | computeIfPresent(K arg0, BiFunction<? super K, ? super V, ? extends V> arg1) |  
        | boolean | containsKey(Object arg0) |  
        | boolean | containsValue(Object arg0) |  
        | Set<Entry<K, V>> | entrySet() |  
        | boolean | equals(Object arg0) |  
        | void | forEach(BiConsumer<? super K, ? super V> arg0) |  
        | V | get(Object arg0) |  
        | V | getOrDefault(Object arg0, V arg1) |  
        | int | hashCode() |  
        | boolean | isEmpty() |  
        | Set<K> | keySet() |  
        | V | merge(K arg0, V arg1, BiFunction<? super V, ? super V, ? extends V> arg2) |  
        | V | put(K arg0, V arg1) |  
        | void | putAll(Map<? extends K, ? extends V> arg0) |  
        | V | putIfAbsent(K arg0, V arg1) |  
        | boolean | remove(Object arg0, Object arg1) |  
        | V | remove(Object arg0) |  
        | boolean | replace(K arg0, V arg1, V arg2) |  
        | V | replace(K arg0, V arg1) |  
        | void | replaceAll(BiFunction<? super K, ? super V, ? extends V> arg0) |  
        | int | size() |  
        | Collection<V> | values() |  |