Klasse AuditRecordMethod
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.AuditRecordMethod
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AuditRecordMethod
extends Object
AuditRecordMethod
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
static enum
Describes the method used to perform the action:browser
-- authenticated user session. -
Feldübersicht
Modifizierer und TypFeldBeschreibungprotected String
protected String
Truncated token containing the last 4 chars of the token's actual value.protected AuditRecordMethod.TypeEnum
Describes the method used to perform the action:browser
-- authenticated user session. -
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
AuditRecordMethod
(String description, String truncatedToken, AuditRecordMethod.TypeEnum type) Constructs a validated instance ofAuditRecordMethod
.Constructs a validated instance ofAuditRecordMethod
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
description
(String description) boolean
int
hashCode()
toString()
Truncated token containing the last 4 chars of the token's actual value.truncatedToken
(String truncatedToken) Truncated token containing the last 4 chars of the token's actual value.type()
Describes the method used to perform the action:browser
-- authenticated user session.Describes the method used to perform the action:browser
-- authenticated user session.
-
Felddetails
-
description
-
truncatedToken
Truncated token containing the last 4 chars of the token's actual value. -
type
Describes the method used to perform the action:browser
-- authenticated user session. Session value is not returned in thetruncated_token
field.oauth
-- access token obtained via the OAuth flow. Truncated token value is returned in thetruncated_token
field.api_token
-- Pagerduty API token. Truncated token value is returned in thetruncated_token
field.identity_provider
-- action performed by an Identity provider on behalf of a user. No value is returned in thetruncated_token
field.other
-- Method that does not fall in the predefined categories. Truncated token value MAY be returned in thetruncated_token
field.
-
-
Konstruktordetails
-
AuditRecordMethod
Constructs a validated instance ofAuditRecordMethod
.- Parameter:
spec
- the specification to process
-
AuditRecordMethod
@Internal public AuditRecordMethod(String description, String truncatedToken, AuditRecordMethod.TypeEnum type) Constructs a validated instance ofAuditRecordMethod
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AuditRecordMethod(Consumer)
instead.- Parameter:
description
- descriptiontruncatedToken
- Truncated token containing the last 4 chars of the token's actual value.type
- Describes the method used to perform the action:browser
-- authenticated user session. Session value is not returned in thetruncated_token
field.oauth
-- access token obtained via the OAuth flow. Truncated token value is returned in thetruncated_token
field.api_token
-- Pagerduty API token. Truncated token value is returned in thetruncated_token
field.identity_provider
-- action performed by an Identity provider on behalf of a user. No value is returned in thetruncated_token
field.other
-- Method that does not fall in the predefined categories. Truncated token value MAY be returned in thetruncated_token
field.
-
AuditRecordMethod
protected AuditRecordMethod()
-
-
Methodendetails
-
builder
-
description
-
truncatedToken
Truncated token containing the last 4 chars of the token's actual value. -
type
Describes the method used to perform the action:browser
-- authenticated user session. Session value is not returned in thetruncated_token
field.oauth
-- access token obtained via the OAuth flow. Truncated token value is returned in thetruncated_token
field.api_token
-- Pagerduty API token. Truncated token value is returned in thetruncated_token
field.identity_provider
-- action performed by an Identity provider on behalf of a user. No value is returned in thetruncated_token
field.other
-- Method that does not fall in the predefined categories. Truncated token value MAY be returned in thetruncated_token
field. -
description
- Gibt zurück:
this
.
-
truncatedToken
Truncated token containing the last 4 chars of the token's actual value.- Gibt zurück:
this
.
-
type
Describes the method used to perform the action:browser
-- authenticated user session. Session value is not returned in thetruncated_token
field.oauth
-- access token obtained via the OAuth flow. Truncated token value is returned in thetruncated_token
field.api_token
-- Pagerduty API token. Truncated token value is returned in thetruncated_token
field.identity_provider
-- action performed by an Identity provider on behalf of a user. No value is returned in thetruncated_token
field.other
-- Method that does not fall in the predefined categories. Truncated token value MAY be returned in thetruncated_token
field.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-