Class AuthorizationProfile


  • public final class AuthorizationProfile
    extends Object
    Authorization Profile.
    • Constructor Detail

      • AuthorizationProfile

        public AuthorizationProfile()
    • Method Detail

      • requestedTime

        public OffsetDateTime requestedTime()
        Get the requestedTime property: The requested time.
        Returns:
        the requestedTime value.
      • requester

        public String requester()
        Get the requester property: The requester.
        Returns:
        the requester value.
      • requesterObjectId

        public String requesterObjectId()
        Get the requesterObjectId property: The requester object id.
        Returns:
        the requesterObjectId value.
      • approvedTime

        public OffsetDateTime approvedTime()
        Get the approvedTime property: The approved time.
        Returns:
        the approvedTime value.
      • approver

        public String approver()
        Get the approver property: The approver.
        Returns:
        the approver value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.