Klasse SharePermissionGroup
java.lang.Object
io.github.primelib.jira4j.restv3.model.SharePermissionGroup
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SharePermissionGroup
extends Object
SharePermissionGroup
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
SharePermissionGroup
(String groupId, String name, URI self) Constructs a validated instance ofSharePermissionGroup
.Constructs a validated instance ofSharePermissionGroup
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
groupId()
The ID of the group, which uniquely identifies the group across all Atlassian products.The ID of the group, which uniquely identifies the group across all Atlassian products.int
hashCode()
name()
The name of group.The name of group.self()
The URL for these group details.The URL for these group details.toString()
-
Felddetails
-
groupId
The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*. -
name
The name of group. -
self
The URL for these group details.
-
-
Konstruktordetails
-
SharePermissionGroup
Constructs a validated instance ofSharePermissionGroup
.- Parameter:
spec
- the specification to process
-
SharePermissionGroup
Constructs a validated instance ofSharePermissionGroup
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SharePermissionGroup(Consumer)
instead.- Parameter:
groupId
- The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.name
- The name of group.self
- The URL for these group details.
-
SharePermissionGroup
protected SharePermissionGroup()
-
-
Methodendetails
-
builder
-
groupId
The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*. -
name
The name of group. -
self
The URL for these group details. -
groupId
The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.- Gibt zurück:
this
.
-
name
The name of group.- Gibt zurück:
this
.
-
self
The URL for these group details.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-