Skip to content

Commit

Permalink
Update MIGRATING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta authored Jul 6, 2020
1 parent f080a21 commit 8a3f3b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Below APIs have undergone a name change.
### Package `com.okta.sdk.resource.group.Group` ###

With the introduction of enum type `com.okta.sdk.resource.group.GroupType`, the get group type operation will now make
use of this new type instead of the `String` return type used earlier.
use of this new type instead of the `String` type used earlier.

- `getType` Return type changed from `String` to `com.okta.sdk.resource.group.GroupType`

Expand Down Expand Up @@ -85,8 +85,8 @@ The property `tokenLifetimeSeconds` will not used by the backend going forward.

### Package `com.okta.sdk.resource.user.Role` ###

With the introduction of enum type `com.okta.sdk.resource.role.RoleType`, the get role type operation will now make
use of this new type instead of the `String` return type used earlier.
With the introduction of enum type `com.okta.sdk.resource.role.RoleType`, the getter/setter for role type operation will now make
use of this new type instead of the `String` type used earlier.

- `getType` Return type changed from `String` to `com.okta.sdk.resource.role.RoleType`
- `setType` Param type changed from `String` to `com.okta.sdk.resource.role.RoleType`
Expand Down

0 comments on commit 8a3f3b1

Please sign in to comment.