Class ApiKey.ManagedBy

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.iam.ApiKey.ManagedBy
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ApiKey

public static class ApiKey.ManagedBy extends StripeObject
Account that manages this API key (for keys managed by platforms).
  • Constructor Details

    • ManagedBy

      public ManagedBy()
  • Method Details

    • getApplication

      public ApiKey.ManagedBy.Application getApplication()
      An application.
    • getType

      public String getType()
      The type of entity.

      Equal to application.

    • setApplication

      public void setApplication(ApiKey.ManagedBy.Application application)
      An application.
    • setType

      public void setType(String type)
      The type of entity.

      Equal to application.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object