Class GetCallbackUrlParameters

java.lang.Object
com.azure.resourcemanager.logic.models.GetCallbackUrlParameters

public final class GetCallbackUrlParameters extends Object
The callback url parameters.
  • Constructor Details

    • GetCallbackUrlParameters

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

    • notAfter

      public OffsetDateTime notAfter()
      Get the notAfter property: The expiry time.
      Returns:
      the notAfter value.
    • withNotAfter

      public GetCallbackUrlParameters withNotAfter(OffsetDateTime notAfter)
      Set the notAfter property: The expiry time.
      Parameters:
      notAfter - the notAfter value to set.
      Returns:
      the GetCallbackUrlParameters object itself.
    • keyType

      public KeyType keyType()
      Get the keyType property: The key type.
      Returns:
      the keyType value.
    • withKeyType

      public GetCallbackUrlParameters withKeyType(KeyType keyType)
      Set the keyType property: The key type.
      Parameters:
      keyType - the keyType value to set.
      Returns:
      the GetCallbackUrlParameters object itself.
    • validate

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