Class ExternalRepositoryIdRequestJson

  • All Implemented Interfaces:
    Serializable

    public class ExternalRepositoryIdRequestJson
    extends BaseJson
    Request for getting the ID of an external repository
    See Also:
    Serialized Form
    • Constructor Detail

      • ExternalRepositoryIdRequestJson

        public ExternalRepositoryIdRequestJson()
    • Method Detail

      • getExternalRepositoryUuid

        public String getExternalRepositoryUuid()
        The repository's uuid
        Returns:
        The repository's uuid
      • setExternalRepositoryUuid

        public void setExternalRepositoryUuid​(String externalRepositoryUuid)
        The repository's uuid
        Parameters:
        externalRepositoryUuid - The repository's uuid
      • getExternalRepository

        public ExternalRepositoryType getExternalRepository()
        Type of external repository
        Returns:
        Type of external repository
      • setExternalRepository

        public void setExternalRepository​(ExternalRepositoryType externalRepository)
        Type of external repository
        Parameters:
        externalRepository - Type of external repository
      • getExternalId

        public String getExternalId()
        The repository's id
        Returns:
        The repository's id
      • setExternalId

        public void setExternalId​(String externalId)
        The repository's id
        Parameters:
        externalId - The repository's id