Package com.auth0.json.mgmt.client
Class IOS
java.lang.Object
com.auth0.json.mgmt.client.IOS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the unique identifier assigned by the developer to the app inside the store.Getter for the identifier assigned to the account that signs and upload the app to the store.voidsetAppBundleIdentifier(String appBundleIdentifier) Setter for the unique identifier assigned by the developer to the app inside the store.voidSetter for the identifier assigned to the account that signs and upload the app to the store.
-
Constructor Details
-
IOS
-
-
Method Details
-
getTeamId
Getter for the identifier assigned to the account that signs and upload the app to the store.- Returns:
- the team identifier.
-
setTeamId
Setter for the identifier assigned to the account that signs and upload the app to the store.- Parameters:
teamId- the team identifier to set.
-
getAppBundleIdentifier
Getter for the unique identifier assigned by the developer to the app inside the store.- Returns:
- the bundle identifier.
-
setAppBundleIdentifier
Setter for the unique identifier assigned by the developer to the app inside the store.- Parameters:
appBundleIdentifier- the bundle identifier to set.
-