Class ApiRevisionContractInner


  • public final class ApiRevisionContractInner
    extends Object
    Summary of revision metadata.
    • Constructor Detail

      • ApiRevisionContractInner

        public ApiRevisionContractInner()
    • Method Detail

      • apiId

        public String apiId()
        Get the apiId property: Identifier of the API Revision.
        Returns:
        the apiId value.
      • apiRevision

        public String apiRevision()
        Get the apiRevision property: Revision number of API.
        Returns:
        the apiRevision value.
      • createdDateTime

        public OffsetDateTime createdDateTime()
        Get the createdDateTime property: The time the API Revision was created. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.
        Returns:
        the createdDateTime value.
      • updatedDateTime

        public OffsetDateTime updatedDateTime()
        Get the updatedDateTime property: The time the API Revision were updated. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.
        Returns:
        the updatedDateTime value.
      • description

        public String description()
        Get the description property: Description of the API Revision.
        Returns:
        the description value.
      • privateUrl

        public String privateUrl()
        Get the privateUrl property: Gateway URL for accessing the non-current API Revision.
        Returns:
        the privateUrl value.
      • isOnline

        public Boolean isOnline()
        Get the isOnline property: Indicates if API revision is the current api revision.
        Returns:
        the isOnline value.
      • isCurrent

        public Boolean isCurrent()
        Get the isCurrent property: Indicates if API revision is accessible via the gateway.
        Returns:
        the isCurrent value.
      • validate

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