Class SourceControlProperties

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.SourceControlProperties
All Implemented Interfaces:
com.azure.json.JsonSerializable<SourceControlProperties>

public final class SourceControlProperties extends Object implements com.azure.json.JsonSerializable<SourceControlProperties>
SourceControl resource specific properties.
  • Constructor Details

    • SourceControlProperties

      public SourceControlProperties()
      Creates an instance of SourceControlProperties class.
  • Method Details

    • token

      public String token()
      Get the token property: OAuth access token.
      Returns:
      the token value.
    • withToken

      public SourceControlProperties withToken(String token)
      Set the token property: OAuth access token.
      Parameters:
      token - the token value to set.
      Returns:
      the SourceControlProperties object itself.
    • tokenSecret

      public String tokenSecret()
      Get the tokenSecret property: OAuth access token secret.
      Returns:
      the tokenSecret value.
    • withTokenSecret

      public SourceControlProperties withTokenSecret(String tokenSecret)
      Set the tokenSecret property: OAuth access token secret.
      Parameters:
      tokenSecret - the tokenSecret value to set.
      Returns:
      the SourceControlProperties object itself.
    • refreshToken

      public String refreshToken()
      Get the refreshToken property: OAuth refresh token.
      Returns:
      the refreshToken value.
    • withRefreshToken

      public SourceControlProperties withRefreshToken(String refreshToken)
      Set the refreshToken property: OAuth refresh token.
      Parameters:
      refreshToken - the refreshToken value to set.
      Returns:
      the SourceControlProperties object itself.
    • expirationTime

      public OffsetDateTime expirationTime()
      Get the expirationTime property: OAuth token expiration.
      Returns:
      the expirationTime value.
    • withExpirationTime

      public SourceControlProperties withExpirationTime(OffsetDateTime expirationTime)
      Set the expirationTime property: OAuth token expiration.
      Parameters:
      expirationTime - the expirationTime value to set.
      Returns:
      the SourceControlProperties object itself.
    • validate

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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<SourceControlProperties>
      Throws:
      IOException
    • fromJson

      public static SourceControlProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of SourceControlProperties from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of SourceControlProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the SourceControlProperties.