Interface ISupportProfile
- All Superinterfaces:
IEntityGetOperations<SupportProfile>,IEntityUpdateOperations<SupportProfile>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
SupportProfileOperations
public interface ISupportProfile extends IPartnerComponentString, IEntityGetOperations<SupportProfile>, IEntityUpdateOperations<SupportProfile>
Encapsulates behavior of a partner support profile.
-
Method Summary
Modifier and Type Method Description SupportProfileget()Retrieves the partner's support profile.SupportProfileupdate(SupportProfile supportProfile)Updates the partner's support profile.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
SupportProfile get()Retrieves the partner's support profile. This operation is currently only supported for user based credentials.- Specified by:
getin interfaceIEntityGetOperations<SupportProfile>- Returns:
- The partner's support profile.
-
update
Updates the partner's support profile. This operation is currently only supported for user based credentials.- Specified by:
updatein interfaceIEntityUpdateOperations<SupportProfile>- Parameters:
supportProfile- The support profile.- Returns:
- The updated support profile.
-